roblox size script pastebin game.Players.PlayerAdded:Connect(function(YourName) YourName.CharacterAdded:Connect(function(Character) local Size = 10 local Humanoid = Character.Humanoid Humanoid.HeadScale.Value = Size Humanoid.BodyHeightScale.Value = 10 Humanoid.BodyWidthScale.Value = 10 Humanoid.BodyDepthScale.Value = 10 roblox size script pastebin PasteShr roblox size script pastebin end) end) roblox size script pastebin