-
What do you want to achieve? I want to make a proper video in roblox
-
What is the issue? It was going right and down
robloxapp-20230325-1312340.wmv (380.3 KB)
- What solutions have you tried so far? I can’t find it in the DevForums
while true do
if script.Parent.ImageRectOffset.X > 645 then
script.Parent.ImageRectOffset += Vector2.new(0, 45) - Vector2.new(645)
end
if script.Parent.ImageRectOffset.Y > 677 then
script.Parent.ImageRectOffset = Vector2.new(0, 0)
end
script.Parent.ImageRectOffset += Vector2.new(80)
task.wait()
end
I want it to go frame by frame, not right to down, I want it frame to frame, Each frame is 80 x 45 pixels, there is 149 frames in that one, the image id is rbxassetid://12268635563
, I want to make it frame by frame so It doesn’t go down and right