Advertisement
boss123

Untitled

Dec 1st, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2.  
  3. me = "smellyjackf0905"
  4.  
  5. local a = Instance.new("Part")
  6. a.Parent = workspace
  7. a.Shape = 1
  8. a.Transparency = 1
  9. a.Size = Vector3.new(10,10,0)
  10. a.TopSurface = "Smooth"
  11. a.BottomSurface = "Smooth"
  12. a.Anchored = true
  13. a.CanCollide = false
  14. a.Locked = true
  15. a.Color = Color3.new(math.random(),math.random(),math.random())
  16. b = Instance.new("SurfaceGui")
  17. b.Parent = a
  18. frameS = Instance.new("Frame")
  19. frameS.Parent = b
  20. frameS.Position = UDim2.new(0, 0, 0, 0)
  21. frameS.Size = UDim2.new(1, 0, 1, 0)
  22. frameS.BackgroundTransparency = 0
  23. frameS.BorderSizePixel = 0
  24. frameS.Style = "RobloxRound"
  25. frameS.ClipsDescendants = true
  26.  
  27. v = Instance.
  28.  
  29.  
  30.  
  31.  
  32. for p = 1, 10 do
  33. pop = workspace.smellyjackf0905:GetChildren()
  34. print(pop)
  35. wait()
  36. pop2 = pop:GetChildren()
  37. print(pop2)
  38. wait()
  39. pop3 = pop2:GetChildren()
  40. print(pop3)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement