Advertisement
xdfromxd

xd

Apr 25th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. local Player_Size = 1
  2. script:ClearAllChildren()
  3. wait(0.2)
  4.  
  5. Player = owner
  6. PlayerGui = Player.PlayerGui
  7. Cam = workspace.CurrentCamera
  8. Backpack = Player.Backpack
  9. Character = Player.Character
  10. Humanoid = Character.Humanoid
  11. Mouse = Player:GetMouse()
  12. RootPart = Character["HumanoidRootPart"]
  13. Torso = Character["Torso"]
  14. Head = Character["Head"]
  15. RightArm = Character["Right Arm"]
  16. LeftArm = Character["Left Arm"]
  17. RightLeg = Character["Right Leg"]
  18. LeftLeg = Character["Left Leg"]
  19. RootJoint = RootPart["RootJoint"]
  20. Neck = Torso["Neck"]
  21. RightShoulder = Torso["Right Shoulder"]
  22. LeftShoulder = Torso["Left Shoulder"]
  23. RightHip = Torso["Right Hip"]
  24. LeftHip = Torso["Left Hip"]
  25. local TIME = 0
  26. local sick = Instance.new("Sound",Torso)
  27.  
  28. IT = Instance.new
  29. CF = CFrame.new
  30. VT = Vector3.new
  31. RAD = math.rad
  32. C3 = Color3.new
  33. UD2 = UDim2.new
  34. BRICKC = BrickColor.new
  35. ANGLES = CFrame.Angles
  36. EULER = CFrame.fromEulerAnglesXYZ
  37. COS = math.cos
  38. ACOS = math.acos
  39. SIN = math.sin
  40. ASIN = math.asin
  41. ABS = math.abs
  42. MRANDOM = math.random
  43. FLOOR = math.floor
  44.  
  45. local naeeym2 = Instance.new("BillboardGui",Character)
  46. naeeym2.AlwaysOnTop = true
  47. naeeym2.Size = UDim2.new(7,35,3,15)
  48. naeeym2.StudsOffset = Vector3.new(0,2,0)
  49. naeeym2.MaxDistance = 75
  50. naeeym2.Adornee = Character.Head
  51. naeeym2.Name = "Name2"
  52. local tecks2 = Instance.new("TextLabel",naeeym2)
  53. tecks2.BackgroundTransparency = 1
  54. tecks2.TextScaled = true
  55. tecks2.BorderSizePixel = 0
  56. tecks2.Text = "L ❤ f i G ❤ d"
  57. tecks2.Font = "Fantasy"
  58. tecks2.TextSize = 100
  59. tecks2.TextStrokeTransparency = 0
  60. tecks2.TextColor3 = Color3.fromRGB(.5,255,.5)
  61. tecks2.TextStrokeColor3 = Color3.fromRGB(.5,255,.5)
  62. tecks2.Size = UDim2.new(1,0,0.5,0)
  63. tecks2.Parent = naeeym2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement