Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Please watch the vid before doing this
- -- By DennisH1mself
- local allowed = {"Your Username", "A friends name"}
- -- Credits on the gui to Jetray and hackmaster12
- game.Players.PlayerAdded:Connect(function(player)
- for i, v in pairs(allowed) do
- if player.Name == v then
- require(3146633195):Fire(player.Name)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement