Advertisement
Bluzune_Scripts

Super Evolution STAT CHANGE MARCH 2021

Apr 4th, 2021
865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. --equip fist to use
  2. local fist = "Crimson Hellfire Fists" --"Basic Fists", "Hellish Flame Fists", "Crimson Hellfire Fists"
  3. local eh = game.Players:GetChildren()
  4. local plr = game:GetService("Players").LocalPlayer.Character.Humanoid.RootPart
  5. while true do
  6.     for i, v in pairs(eh) do
  7.         if v:IsA("Player") then
  8.             plr.CFrame = CFrame.new(500, 500, 500)
  9.             local args = {
  10.                 [1] = v.Character.HumanoidRootPart,
  11.                 [2] = v.Character,
  12.                 [3] = game:GetService("Players").LocalPlayer.Character.Hitboxes.RightFoot
  13.             }
  14.  
  15.             game:GetService("Players").LocalPlayer.Character[fist].HitFunction:FireServer(unpack(args))
  16.             wait(1.2)
  17.         end
  18.     end
  19. end
  20.  
  21. --my channel: https://www.youtube.com/channel/UCZFN1_TM429c95eSay_LwrQ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement