iiJosephCats205

TEMPLATE FOR MY SCRIPTS

Oct 31st, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. --By iiJoeCats
  2.  
  3. repeat wait() until game.Players.LocalPlayer.Character
  4. print("Running...")
  5.  
  6. local player = game.Players.LocalPlayer
  7. local mouse = player:GetMouse()
  8. local UIS = game:GetService("UserInputService")
  9. local character = player.Character
  10. local runS = game:GetService("RunService").RenderStepped
  11.  
  12. local attack = false
  13.  
  14. function removeItem(item,timer)
  15.     game:GetService("Debris"):AddItem(item,timer)
  16. end
  17.  
  18. local hum = character:FindFirstChildOfClass("Humanoid")
  19.  
  20. local rArm = character["Right Arm"]
  21. local lArm = character["Left Arm"]
  22. local rLeg = character["Right Leg"]
  23. local lLeg = character["Left Leg"]
  24. local tors = character.Torso
  25. local hed = character.Head
  26. local root = character.HumanoidRootPart
  27.  
  28. local rootj = root.RootJoint
Add Comment
Please, Sign In to add comment