#uh
1 messages · Page 1 of 1 (latest)
its a roblox setting
yeah ik i meant ones with custom text or these images
They are called GUI / UI. There are a lot of tutorials for them. I recommend BrawlDev
ok
ui navigation is for controller
in most ui's theres a selection property
which dictates which ui is down up left and right of another ui
I think he meant having custom notifications in bottom right
yeah that was what i meant
ima bump
With what are you having problems
basically i do not know how to make these notifications in bottom right appear with custom text and im curious
like the image
Have you watched an GUI tutorial?
not really but i did make gui before
So you know the basics
yeah i d
do*
i seen games implent that and they look same
like the one in image
Just create an TextLabel and change its Transperancy and Text whenever you want to send an system message to the player. If you want to make it more Fancy: Position your TextLabel outside of the Screen and whenever you want to send an system message Tween the TextLabels Position to make it appear.
ima try that