Okay, I currently have a weird issue when trying to set the WalkSpeed on the server side with decimal numbers below "0.1" like my goal is to reduce it every frame (a heartbeat connection) by "0.005" but the walkspeed is getting stuck between ~16.9 and 15.999 !
What is the issue here?!
#Humanoid.WalkSpeed decimal numbers issue
34 messages · Page 1 of 1 (latest)
it's probably getting rounded
try something bigger
it's not like a change in 0.005 is noticeable at all
.05 would already be hardly noticeable
the problem is the heartbeat connection in this situation
so change by .05 every 10th heartbeat
if I made this number bigger, it will be reduced to the target speed in less than a second
so no other option?
no other option
bruh.
these properties aren't supposed to work with numbers that small
it's just like the limitation of part size
but this actually worked fine on the health
don't have a debounce idea
yes
I'll try this out
Yo
It was something making the opposite thing.. like when I was decreasing the speed, another statement was increasing it!
right