When i use string.sub, it says an error:
Players.Player1.PlayerGui.ScreenGui.Frame.TextBox.LocalScri:7: attempt to call global 'string' (a userdata value)
can someone help me when I use this:
if string.sub(string(v),1,3) == script.Parent.Text then v.PlayerGui.InviteValue.Value = true v.PlayerGui.InvitePerson.Value = game.Players.LocalPlayer.Name script.Parent.Text = ""
You can't name a variable "string" or if that's not the problem I need all your script.