Advertisement
QwertyHacker

super power training simulator kill all sphere punch

Aug 12th, 2022
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  2.     local plr = game:GetService("Players").LocalPlayer
  3.     plr.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  4.     wait(.1)
  5.     local args = {[1] = {[1] = "Skill_SpherePunch",[2] = v.Character.HumanoidRootPart.Position}}
  6.     game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  7. wait(.75)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement