#howw
11 messages · Page 1 of 1 (latest)
Looks like this might be a server script, and you added PlayedAdded:Wait() to fix player being nil. The original issue in this case is that the server has no concept of a LocalPlayer. And "fixing" it by using PlayedAdded:Wait() just gets the first player that joins the server
The server cannot access a players mouse
This is only available on the client
Easiest solution would be to make this a local script, and throw it in StarterPlayerScripts
Use
repeat task.wait until player ~= nil
** You are now Level 4! **
Next line after player variable
I think he's on a server script ngl