of     1   

swood
#24481269Sunday, April 18, 2010 9:57 PM GMT

Hello I want to know this :How do you put guns in a place and make it to weir only admins can use it?I try a admin door but people miss use it as in braken in please help me I need to have like...guns for admins and fly powers and stuff...can someone help me out? Swood
oysi93
#24481591Sunday, April 18, 2010 10:02 PM GMT

How can you create guns when you don't even know simple tables ?? O_O Admins = {"Oysi93", "Owns"} -- Change Owns with your name function IsAdmin(Player) for _, Admin in pairs(Admins) do if Player.Name:lower() == Admin:lower() then return true end end return false end Now just use this having the first argument, as the player you want to check wether is admin or not. if IsAdmin(game.Players.oysi93) then print("Oysi93 is an admin") end
swood
#24483906Sunday, April 18, 2010 10:39 PM GMT

I know about admin I have it in my place I just need to know how to make it to were the guns are just admin
oysi93
#24483966Sunday, April 18, 2010 10:39 PM GMT

I just told you how...

    of     1