#Game not working in roblox player but in studio?

1 messages · Page 1 of 1 (latest)

hardy hinge
#

For some reason it works perfectly fine within studios playtest but not in roblox player?

sinful crane
#

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

hardy hinge
sinful crane
#

every single ui element

radiant quiverBOT
#

studio** You are now Level 5! **studio

hardy hinge
#

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

dull hill
#

Yo

#

i think i might know the problem

hardy hinge
dull hill
#

i believe its the humanoid being decided too early

#

perhaps wait for character to be added?

#

player.CharacterAdded:Wait()

#

if you want i can help you in dms