Mouse.Hit.Position or Mouse.Hit.p Errors [Solved]

Add

repeat wait() until game:IsLoaded()

Because if its sometimes this means your scripts load before player does.
So that online line code above gonna check if game is loaded then it will continue.

1 Like

Didnt worked, also it happends on short clicks.

What do you mean by short clicks??

1 Like

Or just fast i just click too much for the script but theres already 0.5 second delay between the clicks.

I fixed it, i set the click delay to 1 second.
Anyways still i thank to you for your help.