How do i make player model smaller with a button

  1. What do you want to achieve? Keep it simple and clear!
    I wanna make player smaller with a button
  2. What is the issue? Include screenshots / videos if possible!
    Idk how to dot hat
  3. 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)

Is this basically what you are looking for? It is a little older code but it might help…

I found a solution on yt, but i need to remake it to script right now xD but thanks

2 Likes

This is open source and makes use of a gui slider.