What do you want to achieve? Keep it simple and clear!
I wanna make player smaller with a button
What is the issue? Include screenshots / videos if possible!
Idk how to dot hat
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tryed to look on devhub and youtube, but i found only by touch script not by button
Script:
local Button = script.Parent
Button.MouseButton1Click:Connect(function()
--Here must be a player shrinking script
end)