Advertisement
Guest User

Fast Food Simulator script

a guest
Jan 30th, 2018
7,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local Broom = game.Players.LocalPlayer.Character.Broom
  2. local Start = Broom.E
  3. local Hit = Broom.S
  4. local Finish = Broom.S
  5.  
  6. while wait() do
  7. Start:FireServer()
  8. Hit:FireServer()
  9. Hit:FireServer()
  10. Finish:FireServer()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement