How could I make a UI element have sway when the camera is moving

I am making an FPS game and I thought it would be a nice addition if the cursor (instead of being completely still) move to the opposite direction of the camera not necessarily with the same magnitude.

1 Like

You can’t manipulate the cursor in roblox unless you make a fake one.

Yeah I think there is a misunderstanding… by “cursor” I mean a user interface element like a Frame or an ImageLabel.