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 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

1local Character = game.Players.LocalPlayer.Character
2local head = Character.Humanoid.HeadScale.Value
3head = 1
4 
5 
6 
7game.Workspace.BigheadEvent.OnServerEvent:Connect(function()
8    local headGrow = head + 1
9end)

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

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

Answer this question