Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to get special things out of a TextLabel/Textbox?

Asked by 5 years ago

Hi! I made my own chat in roblox and disabled the default and want now to make commands like /kill but how do I get the playername out of the TextBox/TextLabel also you write in it as ex: /kill Lazy then it should kill you how do I get the name out of it?

0
Use string.find() or string.sub() also use for _,v in pairs(game.Players:GetPlayers()) do --IDK end Diltz_3 75 — 5y

Answer this question