I haven't tried anything because I don't want to get myself confused.
alright so a simple script that runs when the game starts this is a script in serverscriptservice btw
part = Instance.new("Part") --creates part part.Parent = game.Workspace --sets it to the workspace part.Position = Vector3.new(32, 2.5, 33) --position part.Anchored = true --anchor part.Size = Vector3.new(20,20,20) --size