roblox script to create brick code example
Example 1: roblox script to create brick
game.Players.LocalPlayer.UserId = "Place Owner Id Here"
Example 2: roblox script to create brick
local part = Instance.new('Part')
part.Parent = game.Workspace
game.Players.LocalPlayer.UserId = "Place Owner Id Here"
local part = Instance.new('Part')
part.Parent = game.Workspace