Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BrotherGamepass = (117393858)
- game.Players.PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function()
- if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(player.UserId, BrotherGamepass) then
- player.Character.Humanoid.MaxHealth = player.Character.Humanoid.MaxHealth
- player.Character.Humanoid.BodyDepthScale.Value = 1
- player.Character.Humanoid.BodyHeightScale.Value = 1
- player.Character.Humanoid.BodyWidthScale.Value = 1
- else
- player.Character.Humanoid.MaxHealth = player.Character.Humanoid.MaxHealth
- player.Character.Humanoid.BodyDepthScale.Value = 0.7
- player.Character.Humanoid.BodyHeightScale.Value = 0.7
- player.Character.Humanoid.BodyWidthScale.Value = 0.6
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement