Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to enlarge a player's head when clicked a button?

Asked by 4 years ago
Edited 4 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


local Character = game.Players.LocalPlayer.Character local head = Character.Humanoid.HeadScale.Value head = 1 game.Workspace.BigheadEvent.OnServerEvent:Connect(function() local headGrow = head + 1 end)

This is in a regular script under the BigheadEvent (a remote event)

0
just change the size of the mesh duh greatneil80 2647 — 4y
0
That's what i have done, but the script doesn't grow the player's head. YazaTheGreat 5 — 4y

Answer this question