Advertisement
hgh920

custom message

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