I understand how to actually spawn the brick, but only at a certain area using XYZ things. I'm trying to get it to spawn right in front of the character, but I can't figure it out. Is there a specific function I need?
part.Position = CFrame.new(player.Position)
hi
This should put the brick in the same position as the character
Also this is a request so please don't request here.
CFrames. Mess with them until you get what you want. Take this as an example:
Brick.CFrame = workspace.Player.PrimaryPart.CFrame * CFrame.new(0,0,0) --insert values (negatives too!)