Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Broom = game.Players.LocalPlayer.Character.Broom
- local Start = Broom.E
- local Hit = Broom.S
- local Finish = Broom.S
- while wait() do
- Start:FireServer()
- Hit:FireServer()
- Hit:FireServer()
- Finish:FireServer()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement