Im having trouble making a script when the number in my text box reaches higher or the same number then a certain number in the text box it will play a sound
Here is the script: (Please help me fix it)
if game.workspace.MainTemp.SurfaceGui.TextBox.Text >= "3000" then
game.Workspace.RandomMusic:Play()
end |