You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon I am writing a camera script and I've tried the following code: while (true) { Wait(0); Game.DisplayText(Game.Mouse.Movement.ToString()); }
And it displays this consistently:
{X=0,Y=0}
The text was updated successfully, but these errors were encountered:
Good afternoon I am writing a camera script and I've tried the following code:
while (true) { Wait(0); Game.DisplayText(Game.Mouse.Movement.ToString()); }
And it displays this consistently:
The text was updated successfully, but these errors were encountered: