Advertisement
Guest User

mps 4 aside bigfoot

a guest
Jun 17th, 2023
1,912
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 1 0
  1. script : local Player = game:GetService("Players").LocalPlayer
  2. local Character = Player.Character
  3. Character["Right Arm"].Size = Vector3.new(8,5,5)
  4. Character["Left Arm"].Size = Vector3.new(8,5,5)
  5. Character["Right Arm"].Transparency = 1
  6. Character["Left Arm"].Transparency = 1
  7. Character["Right Leg"].Size = Vector3.new(50,2,50)
  8. Character["Left Leg"].Size = Vector3.new(50,2,50)
  9. Character["Right Leg"].Transparency = 1
  10. Character["Left Leg"].Transparency = 1
  11. Character["Torso"].Size = Vector3.new(5,5,5)
  12. Character["Torso"].Transparency = 1
  13. Character.HumanoidRootPart.Size = Vector3.new(20,2,20)
  14. Character.HumanoidRootPart.Size = Vector3.new(20,2,20)
  15. Character.HumanoidRootPart.Transparency = 0.9
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement