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

how can i add +1 to y frame position?

Asked by 5 years ago

how could i add like y +1?

{0.5, -50},{0.742, -100}

wiki's maybe or something thank you.

tried like that

local normalpos = script.Parent.Frame.Position.Y + 0.3

still nothing works.

1 answer

Log in to vote
0
Answered by
Amiaa16 3227 Moderation Voter Community Moderator
5 years ago

Add an UDim2 instead

local normalpos = script.Parent.Frame.Position + UDim2.new(0,0,0,1)
0
congrats on 3k!!!!!! User#24403 69 — 5y
Ad

Answer this question