We all know that you can type inside a TextBox right?
Well, when I change the text to create[Part]
this script does not work..
if script.Parent.Text == "create[Part]" then part = Instance.new("Part") part.Parent = game.Workspace end
Thank you!
Try this!
script.Parent.FocusLost:connect(function() if script.Parent.Text == "create[Part]" then part = Instance.new("Part", game.Workspace) end end)
I heard it didn't work so if it is in script try local script else I don't know, sorry!
Answer
Your question doesn't seem enough for me to get
But if you mean you want it to be unable for the other players To change the text to another writting I suggest use text label in advanced objects not text box.
Did i get your problem fixed or i got the wrong idea if i did got it all wrong then sorry your question doesn't give a lot of details.