Advertisement
Sungmingamerpro13

New Boss Fight (STORY GAME) v10.1.5

Nov 19th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. spawn(function()
  2.     while true do
  3.         wait(5)
  4.         minionsChallenge()
  5.         wait(5)
  6.         fireballChallenge()
  7.         wait(5)
  8.         BossTeacher:MoveTo(workspace.EndPosition.Position)
  9.         wait(10)
  10.         BossTeacher:MoveTo(workspace.StartPosition.Position)
  11.         wait(5)
  12.         if BossTeacher.Humanoid.Health <= 0 then
  13.             break
  14.         end
  15.     end
  16. end)
  17.  
  18. repeat wait(0.1) until BossTeacher.Humanoid.Health <= 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement