How To Make Scroll Frame Auto Scroll Roblox

[Solved] How To Make Scroll Frame Auto Scroll Roblox | Perl - Code Explorer | yomemimo.com
Question : how to make scroll frame auto scroll roblox

Answered by : cool-coder-123

-- local script inside scrollFrame
for i = 1, 300 do	script.Parent.CanvasPosition = Vector2.new(0,i)	wait()
end

Source : | Last Update : Sun, 18 Apr 21

Question : how to make auto scroll roblox

Answered by : cool-coder-123

-- local script inside scrollingFrame
for i = 1, 300 do	script.Parent.CanvasPosition = Vector2.new(0,i)	wait()
end

Source : https://scriptinghelpers.org/questions/38458/how-to-auto-scroll-a-scrollingframe | Last Update : Sun, 18 Apr 21

Answers related to how to make scroll frame auto scroll roblox

Code Explorer Popular Question For Perl