I would like to know how to set an objects x, y and z co-ordinates. could the solution also involve compatability for
math.random(0, 100)
thanks!
On
From https://developer.roblox.com/en-us/api-reference/property/BasePart/Position
local part = workspace.Part
part.Position = part.Position + Vector3.new(5, 20, 100)
https://developer.roblox.com/en-us/articles/positioning-objects