Basically, I’m trying to make a drop-down menu so that when you hover with your mouse it expands. I want to use tweening, but since I couldn’t find a way I decided to use Frame.Size.Y.Scale as it works completely fine in studio. However when I hover with my mouse I get an error stating:
" Scale cannot be assigned to - Client - DropDown:12
20:12:24.261 Stack Begin - Studio
20:12:24.261 Script ‘Players.tomsterBG.PlayerGui.Settings.Frame.Measurement.DropDown’, Line 12 - Studio - DropDown:12
20:12:24.262 Stack End - Studio"
If you have an idea how to use either tweening or scale to make my drop-down work please help!
Do you want to tween the size by any chance? You can use the regular methd of TweenService and just changing the Size property, or use the built in TweenSize of GuiObjects.
Creating an UDim2 is like how you would create a Vector3, you just have to different arguments to give