For some reason it works perfectly fine within studios playtest but not in roblox player?
#Game not working in roblox player but in studio?
1 messages · Page 1 of 1 (latest)
you are probably using offset instead of scale in your gui
on each ui frame thingies position and size its like {scale, offset, scale, offset}
you used offset wich means it counts based on how many pixels you put in it and offsets by it
scale is fixed the same on every device by using the screen size 0 is the right of the screen and 1 is the left of the screen
the studio window is smaller than roblox player
Its not just the ui elements its also the actual textbox
every single ui element
** You are now Level 5! **
the textbox is perma on the screen and the interact system doesnt work in game
it was working before i added a click to continue system
but now it isnt
Oh what is it?