Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script : local Player = game:GetService("Players").LocalPlayer
- local Character = Player.Character
- Character["Right Arm"].Size = Vector3.new(8,5,5)
- Character["Left Arm"].Size = Vector3.new(8,5,5)
- Character["Right Arm"].Transparency = 1
- Character["Left Arm"].Transparency = 1
- Character["Right Leg"].Size = Vector3.new(50,2,50)
- Character["Left Leg"].Size = Vector3.new(50,2,50)
- Character["Right Leg"].Transparency = 1
- Character["Left Leg"].Transparency = 1
- Character["Torso"].Size = Vector3.new(5,5,5)
- Character["Torso"].Transparency = 1
- Character.HumanoidRootPart.Size = Vector3.new(20,2,20)
- Character.HumanoidRootPart.Size = Vector3.new(20,2,20)
- Character.HumanoidRootPart.Transparency = 0.9
Advertisement
Advertisement