Advertisement
Sungmingamerpro13

Roles for Main Game (STORY GAME)

Mar 10th, 2024
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.48 KB | None | 0 0
  1. if player:WaitForChild("Role").Value == "Normal Kid" then
  2.             player.Character.Humanoid.MaxHealth = 100
  3.             player.Character.Humanoid.BodyDepthScale.Value = 0.7
  4.             player.Character.Humanoid.BodyHeightScale.Value = 0.7
  5.             player.Character.Humanoid.BodyWidthScale.Value = 0.6
  6.         elseif player:WaitForChild("Role").Value == "Protector 1" then
  7.             player.Character.Humanoid.MaxHealth = 100
  8.             player.Character.Humanoid.BodyDepthScale.Value = 1
  9.             player.Character.Humanoid.BodyHeightScale.Value = 1
  10.             player.Character.Humanoid.BodyWidthScale.Value = 1
  11.         elseif player:WaitForChild("Role").Value == "Medic" then
  12.             player.Character.Humanoid.MaxHealth = 100
  13.             player.Character.Humanoid.BodyDepthScale.Value = 1
  14.             player.Character.Humanoid.BodyHeightScale.Value = 1
  15.             player.Character.Humanoid.BodyWidthScale.Value = 1
  16.         elseif player:WaitForChild("Role").Value == "Fighter" then
  17.             player.Character.Humanoid.MaxHealth = 100
  18.             player.Character.Humanoid.BodyDepthScale.Value = 0.7
  19.             player.Character.Humanoid.BodyHeightScale.Value = 0.7
  20.             player.Character.Humanoid.BodyWidthScale.Value = 0.6
  21.         elseif player:WaitForChild("Role").Value == "Protector 3" then
  22.             player.Character.Humanoid.MaxHealth = 100
  23.             player.Character.Humanoid.BodyDepthScale.Value = 1
  24.             player.Character.Humanoid.BodyHeightScale.Value = 1
  25.             player.Character.Humanoid.BodyWidthScale.Value = 1
  26.         elseif player:WaitForChild("Role").Value == "PREMIUM" then
  27.             player.Character.Humanoid.MaxHealth = 100
  28.             player.Character.Humanoid.BodyDepthScale.Value = 1
  29.             player.Character.Humanoid.BodyHeightScale.Value = 1
  30.             player.Character.Humanoid.BodyWidthScale.Value = 1
  31.         elseif player:WaitForChild("Role").Value == "Default Kid" then
  32.             player.Character.Humanoid.MaxHealth = 100
  33.             player.Character.Humanoid.BodyDepthScale.Value = 1
  34.             player.Character.Humanoid.BodyHeightScale.Value = 1
  35.             player.Character.Humanoid.BodyWidthScale.Value = 1
  36.         elseif player:WaitForChild("Role").Value == "Adventure" then
  37.             player.Character.Humanoid.MaxHealth = 100
  38.             player.Character.Humanoid.BodyDepthScale.Value = 1
  39.             player.Character.Humanoid.BodyHeightScale.Value = 1
  40.             player.Character.Humanoid.BodyWidthScale.Value = 1
  41.         elseif player:WaitForChild("Role").Value == "Fat Kid" then
  42.             player.Character.Humanoid.MaxHealth = 100
  43.             player.Character.Humanoid.MaxHealth = 100
  44.             player.Character.Humanoid.BodyDepthScale.Value = 0.9
  45.             player.Character.Humanoid.BodyHeightScale.Value = 0.7
  46.             player.Character.Humanoid.BodyWidthScale.Value = 0.7
  47.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement