How to Make Players Get Fat (Roblox Studio)

Аватар автора
Приключения в Играх
In this video I show you how to make a part that makes players fat by clicking them and you can edit the script to make it easier to get fat really fast. Make sure to subscribe and like if this video helped you out or if you enjoyed it! Script: script.Parent.MouseClick:Connect(function(Player) local Character = Player.Character local Humanoid = Character:FindFirstChild ('Humanoid') if Humanoid then local BDS = Humanoid:FindFirstChild('BodyDepthScale') local BWS = Humanoid:FindFirstChild('BodyWidthScale') if BDS and BWS then BDS.Value = BDS.Value + .1 BWS.Value = BWS.Value + .1 --these are the amount you want the players to get fat each time they click it, you can make it alot or a little end end end)

0/0


0/0

0/0

0/0