|
How do i make a message at the top or bottom of the screen
Posted: 04 Dec 2020 17:00 PM
|
ive seen some games on here where they have a black bar with messages in it and would like to know how to do that also. i tried using the message object but it pops up a full screen message. |
|
|
Report Abuse |
|
clickbait
|
|
Joined: 26 Oct 2020 |
Total Posts: 560 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 04 Dec 2020 17:18 PM
|
idk i scream |
|
|
Report Abuse |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 05 Dec 2020 10:51 AM
|
aaaaaaaaaaaAAAAAAAAAAAAAA |
|
|
Report Abuse |
|
SkyIer104
|
|
Joined: 12 Sep 2020 |
Total Posts: 469 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 06 Dec 2020 10:28 AM
|
I don't really think its a script I think its a GUI that you put a message in there, but im not really sure, since I can't instable the client cuz my pc thinks its a virus?? |
|
|
Report Abuse |
|
clickbait
|
|
Joined: 26 Oct 2020 |
Total Posts: 560 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 07 Dec 2020 15:55 PM
|
great my guy. just great |
|
|
Report Abuse |
|
RGT
|
|
Joined: 31 Oct 2019 |
Total Posts: 76 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 10 Dec 2020 18:55 PM
|
the black bars on top / bottom of the screen are called Hints, and can only be created with a script.
local Hint = Instance.new("Hint")
Hint.Text = "This is the hint's text."
Hint.Parent = workspace
Put that in a script, run it and it'll work |
|
|
Report Abuse |
|
GrimJaw
|
|
Joined: 24 Sep 2020 |
Total Posts: 9 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 11 Dec 2020 11:11 AM
|
It's a gui that is not availabe on goodblox yet, the only way is to convert it from roblox. |
|
|
Report Abuse |
|
It3pvpyt
|
|
Joined: 07 May 2020 |
Total Posts: 125 |
|
|
Re: How do i make a message at the top or bottom of the screen
Posted: 15 Dec 2020 16:32 PM
|
rip |
|
|
Report Abuse |
|