Vector3
local part = workspace.Partpart.Position = part.Position + Vector3.new(5, 20, 100) -- Moves a part by this muchLast updated
Was this helpful?
local part = workspace.Partpart.Position = part.Position + Vector3.new(5, 20, 100) -- Moves a part by this muchLast updated
Was this helpful?
Was this helpful?