Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --FishCo Files
- --Edit the players table for all players to have auth
- --Edit the side variable for the side the door is on
- --sides are top, bottom, left, right, front, back
- players = {"XMedders","CrazyBran4427","xboxlad237","PvtPenguin6054"}
- side = "top"
- while true do
- evnt = {os.pullEvent("player_on")}
- for i = 1,#players do
- if evnt[2] == players[i] then
- rs.setOutput("top",true)
- sleep(2)
- rs.setOutput("top",false)
- end
- end
- end
Add Comment
Please, Sign In to add comment