Originally posted by charliechaps
Announcement
Collapse
No announcement yet.
How to make a command ignore a specific part of a label?
Collapse
X
-
How to make a command ignore a specific part of a label?
Let's say the following script is:
local text = Label.GetText("Label1")
if text == "creeper?" then
Label.SetText("Label2", "aw maaan")
elseif text == "" then
Label.SetText("Label2", "will ya type sum or just remain silent?")
elseif text == "hi" then
Label.SetText("Label2", "hola bruh")
elseif text == "so we're back in the mine" then
Label.SetText("Label2", "sorry i don't remember the rest of it lol")
elseif text == "frick" then
Label.SetText("Label2", "hey it's a ****en christian server don't SWEAR!")
end
Thanks.Tags: None
Leave a comment: