Answers for "roblox make scrolling frame scroll"

Lua
0

how to make scroll frame auto scroll roblox

-- local script inside scrollFrame

for i = 1, 300 do
	script.Parent.CanvasPosition = Vector2.new(0,i)
	wait()
end
Posted by: Guest on April-11-2021

Code answers related to "roblox make scrolling frame scroll"

Browse Popular Code Answers by Language