#Server Side Animations
1 messages · Page 1 of 1 (latest)
Like if I do a local script to animate a player, will that animation automatically show for other players or should I do a server script animation orrr do I need to make the server aware of the player doing animation like with FireServer or something
I have this carry system, it simply checks from client by a raycast for a carryable body then asks the server if it can play the animations for both players ( the one carries / get carried ) should I play the animations both players on the server or fire a remote event for each player to handle their animations? also what assures me that the p...
ive always done animations on client and other people see them without needing any remote events
playing an animation throught humanoid.Animator will replicate it to all the server
🔥 Thanks
https://youtu.be/pSIYReoTO3A I'm literally doing this and this animation refuses to load even on client side 💀
💾 Want the full scripts from this tutorial? 👉 https://gnomecode.com/tutorials/moveset-keybinds
💡 Want more game dev content + early access to videos?
👉 https://gnomecode.com/academy
TIMESTAMPS
0:00 Intro
0:30 Creating animation
2:14 Playing animation via script
3:55 Getting player input
6:20 Adjusting speed
8:58 RootPart collision...