Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if player:WaitForChild("Role").Value == "Normal Kid" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 0.7
- player.Character.Humanoid.BodyHeightScale.Value = 0.7
- player.Character.Humanoid.BodyWidthScale.Value = 0.6
- elseif player:WaitForChild("Role").Value == "Protector 1" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "Medic" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "Fighter" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 0.7
- player.Character.Humanoid.BodyHeightScale.Value = 0.7
- player.Character.Humanoid.BodyWidthScale.Value = 0.6
- elseif player:WaitForChild("Role").Value == "Protector 3" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "PREMIUM" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "Default Kid" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "Adventure" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- elseif player:WaitForChild("Role").Value == "Fat Kid" then
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 0.9
- player.Character.Humanoid.BodyHeightScale.Value = 0.7
- player.Character.Humanoid.BodyWidthScale.Value = 0.7
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement