So I've been trying to make a reticle for my shooting game and I just can't find out how to get the reticle to the center of the screen.
AnchorPoint.
uiObject.AnchorPoint = Vector2.new(0.5,0.5) uiObject.Position = UDim2.new(0.5,0,0.5,0)
should do the trick