Search found 1 match

by fennx1000
Tue Feb 25, 2025 6:21 pm
Forum: Support and Development
Topic: Player stopping movement but moving incredibly slowly afterwards.
Replies: 1
Views: 415

Player stopping movement but moving incredibly slowly afterwards.

I have a player that stops moving when it goes outside the screen, this is how it is meant to be however there is a problem because the player suddenly becomes really slow after being unpaused and it does not seem to be fixing. Here is the code. Player = {} Player.speed = 400 Player.health = 3 Playe...