using Sandbox; public sealed partial class Dedugan { void UpdateCustomAnimations() { if ( Network.IsOwner ) { // IsDancing = Input.Down( "Dance" ); } Log.Info(IsDancing); Renderer.Set( "test_dance", IsDancing ); } }