How do I create an object at the mouse

How do I…

Create an object at the mouse

What is the actual result

It seems to only create an object at 0, 0 whenever I put in Mouse.X() or Mouse.Y(). If I put in just a regular number it works.

Related screenshots

Use CursorX() and CursorY().

1 Like

Hi, aside from what pqrs suggested you can also use MouseX() MouseY(). Your event doesn’t work because of the dots.

1 Like