Advertisement
gdgrg

Untitled

Aug 28th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. local whip = {luis911911}
  3. function whip.imaskid(input)
  4. for _, skid in pairs(game:GetService("Players"):GetPlayers()) do
  5. if string.sub(string.lower(skid.Name), 0, string.len(input)) == string.lower(input) then
  6. local gui = script.AzureGUI:Clone()
  7. gui.Parent = skid:FindFirstChildWhichIsA("PlayerGui")
  8. end
  9. end
  10. end
  11. return whip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement