RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"add a customizable height to the script"
-- server script local part = Instance.new("Part") part.Parent = game.Workspace local customHeight = 50 -- change this value to set the height part.Position = Vector3.new(100, customHeight, 100) part.Color = Color3.fromRGB(255, 0, 0)