Mobile Crash -

Changing a value inside of a player that is using a iOS device causes their game to crash.
What I did is on spawn Instance.new(“NumberValue”,Player).Name = “Test”
doing somthing like… Player.Test.Value = 1337
Will cause them to crash