Beeslz has reopened!
Have you wonder, how to make this?
Or this?
or both
well the black top message script:
h = Instance.new("Hint", game.Workspace)
h.Text = "you text here"
the middle test script:Â
m = Instance.new("Message")
m.Parent = game.Workspace
m.Text = "you text here"
to remove the text you need to make this script:
top black message remove script:
h:remove()
2. middle message screen remove script:
m:remove()