Sungmingamerpro13

End (Script)

Sep 19th, 2025
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. while script.Parent.MoveState.Value < 3 do
  2.     wait(1)
  3.     if game.Workspace.AI.MusicBox.TImer.Value == 0 then
  4.         wait(3)
  5.         script.Parent.MoveState.Value = script.Parent.MoveState.Value +1
  6.        
  7.         if script.Parent.MoveState.Value == 3 and script.Parent.TImer.Value >= 0 then
  8.             script.Parent.Sound:Play()
  9.         end
  10.     end
  11. end
  12.  
Advertisement
Add Comment
Please, Sign In to add comment