Pages: 1
Topic closed
how do i keep a scroller inside a box/area?
Offline
Just limit the y scroll/x scroll variables. For example, if you don't want the player to move outside of a box bigger than 1000 units, limit scroll x to be between 0 and 1000.