Am I the only one getting this error every time I test play one of my games.
Edit: Nvm the image doesn’t show the correct error(I think) but the issue I’m having is that in every game I test play I’m unable to move, this only happens in studio.
Am I the only one getting this error every time I test play one of my games.
Edit: Nvm the image doesn’t show the correct error(I think) but the issue I’m having is that in every game I test play I’m unable to move, this only happens in studio.
The error explains what’s going on. ContextActionService:BindAction() can only be called via the client since the server can’t identify the keys pressed on ones client, unless they are sent to the server via a RemoteEvent.
I figured out, a plugin was causing the error and making my character unable to move