#Need help with a delay on remote events
27 messages · Page 1 of 1 (latest)
Use unreliable remote and use runservice heartbeat to send it
And cap it at 60 per second
40 is optimal for Mise cases
i am using an unreliable remote but if i cap it the viewmodel looks sily
Cap it at 40 frames per second
That is 1/40 s
And lerp it
On the other clients using render step delta time
And it will look cleaner
okay
cheers
how would i cap it via delta time? im relatively new to lua and studio @balmy narwhal
** You are now Level 1! **
not cap it via delta time
js make it so every 1 sec
your sentCount resets
and whenever ur tryna send it make sure its less than 60
increment whens ending
if i update the viewmodel every 40 frames it will look very very weird
replicate it every 40 frames