Advertisement
Sungmingamerpro13

New BossBattle(STORY GAME)

Dec 28th, 2022 (edited)
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. spawn(function()
  2. while true do
  3. wait(0.5)
  4. fireballChallenge()
  5. wait(0.5)
  6. fireballChallenge()
  7. wait(0.5)
  8. fireballChallenge()
  9. wait(0.5)
  10. if workspace.BossTower.Humanoid.Health <= 0 then
  11. break
  12. end
  13. end
  14. end)
  15.  
  16. repeat wait(0.1) until game.Workspace.BossTower.Humanoid.Health <= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement