Can't move when I try to play the game

I tried to test run a game I made and I couldn’t move

Make sure the terrain you spawn on is floor, not walls.

Also, welcome to the forum!

That’s happened to me before. Try checking if you have movement meters or if the terrain is walls.

Welcome to the forum, @RandomName! Check out the beginner-must-read and forum-tips for more easy help! Read the Community Guidelines for a gist of the rules. If you ever run into a hard problem, just ask away! After all, this is a community forum!

Yeah, I have a movement meter. Is there a way to use it so that it won’t let a player into a certain area unless they have a certain item?

Make a barrier. Make a zone slightly outside of that barrier. When player enters zone, run a check to see if a player has given amount of given item, if so deactivate the barrier (scope-player). When the player leaves the zone, activate it again.

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.