Sorry about the title not really making too much sense! I wasn't too sure how to word it ok anyways heres what I mean
local LP = game.Players.LocalPlayer local target = TextBox.Text LP.Character.HumanoidRootPart.CFrame = target.CFrame
ok so lets say target text = "bob" but the target players name is Bob how would I make it so LP teleport's still?
Hey there so what we need to use to convert a string to lower case what we use is a function called "string.lower()" So here's a quick example:
local String = "STRING XDD" print(string.lower(String))
Hope i helped you!