Home   Search   Register  
Help Center  > Scripting Help  > How do i make a message at the top or bottom of the screen  
 
Display using:  
Previous Thread :: Next Thread 
 Author  Thread: How do i make a message at the top or bottom of the screen
GrumpzTheCat is offline. Last active: 3/9/2021 8:54:30 PM GrumpzTheCat
Joined: 22 Aug 2020
Total Posts: 15
 
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 is offline. Last active: 2/23/2021 10:19:51 PM 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
GrumpzTheCat is offline. Last active: 3/9/2021 8:54:30 PM GrumpzTheCat
Joined: 22 Aug 2020
Total Posts: 15
 
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 is offline. Last active: 2/25/2021 10:52:34 PM 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 is offline. Last active: 2/23/2021 10:19:51 PM 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 is offline. Last active: 2/27/2021 10:19:58 PM 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 is offline. Last active: 9/13/2023 2:50:49 PM 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 is offline. Last active: 5/17/2024 5:30:12 PM 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
Previous Thread :: Next Thread 
Page 1 of 1
 
GoodBlox Forum  > Help Center  > Scripting Help  > How do i make a message at the top or bottom of the screen