Sub SolSaucer(Enabled) If Enabled Then If BallInSaucer = True Then SoundSaucerKick 1, Kicker Else SoundSaucerKick 0, Kicker End If End If End Sub