How do i make a simple laser that only faces the cursor?

trying to make a game but laser is the problem

Hi, this is an example that could get you started:

If you mean with cursor the mouse position you would have to use MouseX() and MouseY() as position to draw your laser.

1 Like