Not able to move when testing in studio

Am I the only one getting this error every time I test play one of my games.

Screen Shot 2021-02-23 at 10.52.09 PM

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.

1 Like

I figured out, a plugin was causing the error and making my character unable to move

1 Like