#Need help with a delay on remote events

27 messages · Page 1 of 1 (latest)

stray vigil
#

the one behind the in front view model is the workspaces delay, ill post a screen recording as well soon

balmy narwhal
#

Use unreliable remote and use runservice heartbeat to send it

#

And cap it at 60 per second

#

40 is optimal for Mise cases

stray vigil
#

i am using an unreliable remote but if i cap it the viewmodel looks sily

balmy narwhal
#

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

stray vigil
#

okay

#

cheers

#

how would i cap it via delta time? im relatively new to lua and studio @balmy narwhal

carmine barnBOT
#

studio** You are now Level 1! **studio

balmy narwhal
#

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

stray vigil
#

if i update the viewmodel every 40 frames it will look very very weird

balmy narwhal
#

replicate it every 40 frames

balmy narwhal
#

update it every frame

#

dummy

stray vigil
#

im too new to this

#

too much words

#

please code instead