Advertisement
BabyGoatz

Untitled

Oct 4th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2. you = p.Character.Torso
  3. wait()
  4. local part=Instance.new("Part",workspace)
  5. part.Anchored=true
  6. part.Material = 'Neon'
  7. part.Size = Vector3.new(3,3,3)
  8. part.BrickColor = BrickColor.new("Really black")
  9. part.Material = "Neon"
  10. local bg = Instance.new("BillboardGui", part)
  11. bg.Adornee = tab
  12. bg.Size = UDim2.new(8, 0, 7.5, 0)
  13. bg.StudsOffset = Vector3.new(0, 3, 0)
  14. local img = Instance.new("ImageLabel", bg)
  15. img.Size = UDim2.new(1, 0, 1, 0)
  16. img.BackgroundTransparency = 1
  17. local text = Instance.new("TextLabel", bg)
  18. text.Size = UDim2.new(1, 0, 0.2, 0)
  19. text.FontSize = "Size28"
  20. text.BackgroundTransparency = 1
  21. text.Font = "ArialBold"
  22. text.TextColor3 = Color3.new(1,1,1)
  23. text.Text = "-AFK-"
  24. local angle=0.01
  25. local speed=0.01
  26. local radius=10
  27. local function rot()
  28. if part then
  29. local x=math.cos(angle)*radius
  30. local y=0
  31. local z=math.sin(angle)*radius
  32. part.CFrame=CFrame.new(you.CFrame.p + Vector3.new(x,y,z)) * CFrame.Angles(math.rad(angle * 101),math.rad(angle * 101),math.rad(angle * 101))
  33. angle=angle+speed
  34. end
  35. end
  36. game:service'RunService'.Stepped:connect(function() rot() end)
  37. p = game.Players.LocalPlayer
  38. you = p.Character.Torso
  39. wait()
  40. local part=Instance.new("Part",workspace)
  41. part.Anchored=true
  42. part.Material = 'Neon'
  43. part.Size = Vector3.new(3,3,3)
  44. part.BrickColor = BrickColor.new("Toothpaste")
  45. part.Material = "Neon"
  46. local bg = Instance.new("BillboardGui", part)
  47. bg.Adornee = tab
  48. bg.Size = UDim2.new(8, 0, 7.5, 0)
  49. bg.StudsOffset = Vector3.new(0, 3, 0)
  50. local img = Instance.new("ImageLabel", bg)
  51. img.Size = UDim2.new(1, 0, 1, 0)
  52. img.BackgroundTransparency = 1
  53. local text = Instance.new("TextLabel", bg)
  54. text.Size = UDim2.new(1, 0, 0.2, 0)
  55. text.FontSize = "Size28"
  56. text.BackgroundTransparency = 1
  57. text.Font = "ArialBold"
  58. text.TextColor3 = Color3.new(1,1,1)
  59. text.Text = "-AFK-"
  60. local angle=0.01
  61. local speed=0.01
  62. local radius=20
  63. local function rot()
  64. if part then
  65. local x=math.cos(angle)*radius
  66. local y=0
  67. local z=math.sin(angle)*radius
  68. part.CFrame=CFrame.new(you.CFrame.p + Vector3.new(x,y,z)) * CFrame.Angles(math.rad(angle * 101),math.rad(angle * 101),math.rad(angle * 101))
  69. angle=angle+speed
  70. end
  71. end
  72. game:service'RunService'.Stepped:connect(function() rot() end)
  73. p = game.Players.LocalPlayer
  74. you = p.Character.Torso
  75. wait()
  76. local part=Instance.new("Part",workspace)
  77. part.Anchored=true
  78. part.Material = 'Neon'
  79. part.Size = Vector3.new(3,3,3)
  80. part.BrickColor = BrickColor.new("Really blue")
  81. part.Material = "Neon"
  82. local bg = Instance.new("BillboardGui", part)
  83. bg.Adornee = tab
  84. bg.Size = UDim2.new(8, 0, 7.5, 0)
  85. bg.StudsOffset = Vector3.new(0, 3, 0)
  86. local img = Instance.new("ImageLabel", bg)
  87. img.Size = UDim2.new(1, 0, 1, 0)
  88. img.BackgroundTransparency = 1
  89. local text = Instance.new("TextLabel", bg)
  90. text.Size = UDim2.new(1, 0, 0.2, 0)
  91. text.FontSize = "Size28"
  92. text.BackgroundTransparency = 1
  93. text.Font = "ArialBold"
  94. text.TextColor3 = Color3.new(1,1,1)
  95. text.Text = "-AFK-"
  96. local angle=0.01
  97. local speed=0.01
  98. local radius=15
  99. local function rot()
  100. if part then
  101. local x=math.cos(angle)*radius
  102. local y=0
  103. local z=math.sin(angle)*radius
  104. part.CFrame=CFrame.new(you.CFrame.p + Vector3.new(x,y,z)) * CFrame.Angles(math.rad(angle * 101),math.rad(angle * 101),math.rad(angle * 101))
  105. angle=angle+speed
  106. end
  107. end
  108. game:service'RunService'.Stepped:connect(function() rot() end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement