top gear2134124 Posted January 15, 2018 Share Posted January 15, 2018 i keep on falling trying to make it and when i do it fails and i would like help with it. how can i make it? Link to comment Share on other sites More sharing options...
Jitnaught Posted January 15, 2018 Share Posted January 15, 2018 Have a global Vector3 for the player's position that's set to the player's position when enabling no-clip. In a Tick event check if the movements keys (WASD + Space + CTRL?) are pressed and change the global Vector3 accordingly (if W pressed add 5 to Vector3.Y, if Space pressed add 5 to Vector3.Z). In the Tick event set the player's position to the global Vector3. Link to comment Share on other sites More sharing options...