Advertisement
Sungmingamerpro13

Roles#1 Lobby and Main (STORY GAME)

Jan 29th, 2025 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.65 KB | None | 0 0
  1. if player:WaitForChild("Role").Value = "LittleBrother" then
  2.         player:WaitForChild("Role").Value == "LittleBrother"
  3.         player.Character.Humanoid.MaxHealth = 100
  4.         player.Character.Humanoid.BodyDepthScale.Value = 0.7
  5.         player.Character.Humanoid.BodyHeightScale.Value = 0.7
  6.         player.Character.Humanoid.BodyWidthScale.Value = 0.6
  7.     end
  8.  
  9. if player:WaitForChild("Role").Value = "BigBrother" then
  10.         player:WaitForChild("Role").Value == "BigBrother"
  11.         player.Character.Humanoid.MaxHealth = 100
  12.         player.Character.Humanoid.BodyDepthScale.Value = 1
  13.         player.Character.Humanoid.BodyHeightScale.Value = 1
  14.         player.Character.Humanoid.BodyWidthScale.Value = 1
  15.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement