Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By iiJoeCats
- repeat wait() until game.Players.LocalPlayer.Character
- print("Running...")
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- local UIS = game:GetService("UserInputService")
- local character = player.Character
- local runS = game:GetService("RunService").RenderStepped
- local attack = false
- function removeItem(item,timer)
- game:GetService("Debris"):AddItem(item,timer)
- end
- local hum = character:FindFirstChildOfClass("Humanoid")
- local rArm = character["Right Arm"]
- local lArm = character["Left Arm"]
- local rLeg = character["Right Leg"]
- local lLeg = character["Left Leg"]
- local tors = character.Torso
- local hed = character.Head
- local root = character.HumanoidRootPart
- local rootj = root.RootJoint
Add Comment
Please, Sign In to add comment