Custom aim cursor not aligned to the center of the camera

I’m trying to make a custom cursor (that’s supposed to be aligned with the middle of the camera) but when I use the UI editor to put the cursor in the middle it’s not aligned correctly with the camera. The bullets shoot towards the middle of the camera, so how what can I do to align it?

Screenshot: https://i.gyazo.com/522c0cc64b05ef807ef2329594776783.png

I’ve tried making it the mouse’s position but that won’t work because if you’re on xbox it will change because the mouse’s position is different on there.

Please help me.

You can either change the bullets firing position or realign the cursor to match where the bullets fire.

If you used a GUI to make the aim cursor, the ScreenGui has a property called ‘IgnoreGuiInset’. It gives the gui elements an offset of 36 pixels from the top. Try enabling IgnoreGuiInset.

2 Likes