Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if player:WaitForChild("Role").Value = "LittleBrother" then
- player:WaitForChild("Role").Value == "LittleBrother"
- 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
- end
- if player:WaitForChild("Role").Value = "BigBrother" then
- player:WaitForChild("Role").Value == "BigBrother"
- player.Character.Humanoid.MaxHealth = 100
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement