How to enlarge a player's head when clicked a button?
Asked by
5 years ago Edited 5 years ago
I have created the button and the button works. But I cannot make the head of the player that clicked the button grow.
I also want other players to see the enlarged head
1 | local Character = game.Players.LocalPlayer.Character |
2 | local head = Character.Humanoid.HeadScale.Value |
7 | game.Workspace.BigheadEvent.OnServerEvent:Connect( function () |
8 | local headGrow = head + 1 |
This is in a regular script under the BigheadEvent (a remote event)