Advertisement
Unverifieds

[Unverified] RPG Simulator | Kill Aura

Feb 7th, 2020
3,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. spawn(function()
  2. local Limit = math.huge
  3. while true do
  4. local A_1 = "Slash"
  5. local Event = game:GetService("ReplicatedStorage").Events.attack
  6. pcall(function()
  7. Event:FireServer(A_1)
  8. tick(1)
  9. end)
  10. wait(-Limit)
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement