Advertisement
Phinlorian

test

Jan 10th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local part = Instance.new("Part")
  2. part.Anchored = false
  3. part.Transparency = 0.5
  4. part.Position = Vector3.new(0,50,0)
  5. part.BrickColor = BrickColor.new("Earth green")
  6. part.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement