Advertisement
RobloxPain3

Untitled

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