The way to do stone skin right now is to store it on the player. Make a function on the player called “ApplyStoneSkin” or something which adds Level * 10 “armor” to a variable, then when you go to apply damage, subtract it from your armor first.
The way to do stone skin right now is to store it on the player. Make a function on the player called “ApplyStoneSkin” or something which adds Level * 10 “armor” to a variable, then when you go to apply damage, subtract it from your armor first.