Advertisement
boss123

Untitled

Dec 10th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. me = "smellyjackf0905"
  2.  
  3.  
  4. pop = workspace:GetChildren()
  5.  
  6.  
  7.  
  8.  
  9.  
  10. local a = Instance.new("Part")
  11. a.Parent = workspace
  12. a.Shape = 1
  13. a.Transparency = 1
  14. a.Size = Vector3.new(10,10,0)
  15. a.TopSurface = "Smooth"
  16. a.BottomSurface = "Smooth"
  17. a.Anchored = true
  18. a.CanCollide = false
  19. a.Locked = true
  20. a.Color = Color3.new(math.random(),math.random(),math.random())
  21. b = Instance.new("SurfaceGui")
  22. b.Parent = a
  23. frameS = Instance.new("Frame")
  24. frameS.Parent = b
  25. frameS.Position = UDim2.new(0, 0, 0, 0)
  26. frameS.Size = UDim2.new(1, 0, 1, 0)
  27. frameS.BackgroundTransparency = 0
  28. frameS.BorderSizePixel = 0
  29. frameS.Style = "RobloxRound"
  30. frameS.ClipsDescendants = true
  31.  
  32.  
  33. textButtonC3 = Instance.new("TextButton")
  34. textButtonC3.Parent = frameS
  35. textButtonC3.Position = UDim2.new(0, 0, 0, 0)
  36. textButtonC3.Size = UDim2.new(1, 0, 1, 100)
  37. textButtonC3.BackgroundColor3 = BrickColor.Blue().Color
  38. textButtonC3.Text = pop.name
  39. textButtonC3.TextScaled = true
  40. textButtonC3.Name = "smellyjackf0905"
  41.  
  42.  
  43.  
  44. srsly?
  45.  
  46. game:GetService("RunService").Stepped:connect(function()a.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(0,5,-5) *CFrame.Angles(3,2,math.pi/2 + math.pi/2) a.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(0,3,-6) *CFrame.Angles(3,0,math.pi/2 + math.pi/2) end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement