Advertisement
hgh920

Lettering for research paper

Apr 1st, 2017
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. --[[ First and foremost, ScripterLocal is responsible for giving out my script.
  2. --]]
  3. Player = game:GetService("Players").LocalPlayer
  4. Character = Player.Character
  5. PlayerGui = Player.PlayerGui
  6. Backpack = Player.Backpack
  7. Torso = Character.Torso
  8. Head = Character.Head
  9. Humanoid = Character.Humanoid
  10. RootPart = Character.HumanoidRootPart
  11. RootJoint = RootPart.RootJoint
  12. LeftArm = Character["Left Arm"]
  13. LeftLeg = Character["Left Leg"]
  14. RightArm = Character["Right Arm"]
  15. RightLeg = Character["Right Leg"]
  16. LS = Torso["Left Shoulder"]
  17. LH = Torso["Left Hip"]
  18. RS = Torso["Right Shoulder"]
  19. RH = Torso["Right Hip"]
  20. Face = Head.face
  21. Neck = Torso.Neck
  22. it = Instance.new
  23. vt = Vector3.new
  24. cf = CFrame.new
  25. rad = math.rad
  26. euler = CFrame.fromEulerAnglesXYZ
  27. angles = CFrame.Angles
  28. Mouse = Player:GetMouse()
  29. coroutine.resume(coroutine.create(function()
  30. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  31. Text = "X8311's Kick Script Loaded";
  32. Color = Color3.new(0, 1, 1);
  33. Font = Enum.Font.Code;
  34. FontSize = Enum.FontSize.Size24;
  35. })
  36. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement