- What do you want to achieve? Keep it simple and clear!
i want to make it so i can play a skating animation when a player touches ice using the FloorMaterial property and detect when that changes using character.Humanoid:GetPropertyChangedSignal(“FloorMaterial”) to check when it changes to ice to change the animations and when its not ice then it goes back to normal.
2. What is the issue? Include screenshots / videos if possible!
these are working in studio but not working in the real roblox game
the getpropertychangedsignal function will not run at all when i touch the ice or grass
- player added event
- character added event
- :GetPropertyChangedSignal(“FloorMaterial”) function
- change animations
- :GetPropertyChangedSignal(“FloorMaterial”) function
- character added event