Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ First and foremost, ScripterLocal is responsible for giving out my script.
- --]]
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- PlayerGui = Player.PlayerGui
- Backpack = Player.Backpack
- Torso = Character.Torso
- Head = Character.Head
- Humanoid = Character.Humanoid
- RootPart = Character.HumanoidRootPart
- RootJoint = RootPart.RootJoint
- LeftArm = Character["Left Arm"]
- LeftLeg = Character["Left Leg"]
- RightArm = Character["Right Arm"]
- RightLeg = Character["Right Leg"]
- LS = Torso["Left Shoulder"]
- LH = Torso["Left Hip"]
- RS = Torso["Right Shoulder"]
- RH = Torso["Right Hip"]
- Face = Head.face
- Neck = Torso.Neck
- it = Instance.new
- vt = Vector3.new
- cf = CFrame.new
- rad = math.rad
- euler = CFrame.fromEulerAnglesXYZ
- angles = CFrame.Angles
- Mouse = Player:GetMouse()
- coroutine.resume(coroutine.create(function()
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "X8311's Kick Script Loaded";
- Color = Color3.new(0, 1, 1);
- Font = Enum.Font.Code;
- FontSize = Enum.FontSize.Size24;
- })
- end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement