Advertisement
Fauxen

[Lua] Roblox Brick Spawn Script

Feb 20th, 2016
3,269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. game.Workspace.Part.BrickColor = BrickColor.new("Bright blue")
  2. game.Workspace.Part.Reflectance= 0.8
  3. game.Workspace.Part.Anchored= true
  4. game.Workspace.Part.Locked =true
  5. game.Workspace.Part.Size = Vector3.new(100, 100, 100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement