Advertisement
RobloxPain3

Untitled

Sep 14th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. wait()
  2. while true do
  3. wait()
  4. local RS,L = game.ReplicatedStorage,game.Lighting
  5. while true do wait(30/60)
  6. RS.OnEquip:FireServer("Hamon")
  7. RS.LocalCombat:Fire("RightPunch")
  8. RS.LocalCombat:Fire("LeftPunch")
  9. RS.LocalCombat:Fire("RightKick")
  10. RS.UnOnEquip:FireServer(L.Hamon:GetChildren())
  11.  
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement