Does anyone know how to make a player to heal to the set MaxHealth? I set mine to 255 and the Health of the humanoid to 255 from the start but after it gets damaged, it only heals to 100 and not 255. How do I fix this?
I remember from a previous post somebody said that you should set it in the server instead.
A humanoid’s ‘MaxHealth’ property needs to be changed on the server for that change to replicate to itself (the server) and each client, changing it on the client will not result in replication (the change will only occur for that particular client).