Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService("Players") --Gets player service.
- local text = "a" -- Put where to find the text here, example: script.Parent.Parent.TextBox.Text
- local plr = players:FindFirstChild(text) -- Locates player.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement