Advertisement
l_-coccboi69-_l

BETTER TROLL LMAO

Apr 10th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. while true do
  2. local p = Instance.new("Part")
  3. p.Parent = game.Workspace
  4. p.Position = Vector3.new(0, 0, 0) --Change the numbers to change the local of the platform.
  5. p.Size = Vector3.new(math.huge, math.huge, math.huge) --Change the numbers to change the size from it.
  6. p.BrickColor = BrickColor.new(1) --Look at the wiki and Scripting Help, the first option on the page and look for Pallete Colors to Numbers.
  7. p.Locked = true
  8. p.Anchored = true
  9. p.Transparency = 1
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement