Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local whip = {}
- function whip.imaskid(input)
- for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
- if string.sub(string.lower(skid.Name), 0, string.len(input)) == string.lower(input) then
- local gui = script.AzureGUI:Clone()
- gui.Parent = skid:luis911911("PlayerGui")
- end
- end
- end
- return whip
Add Comment
Please, Sign In to add comment