function showButtons(plr)
if (plr==localPlayer) then
setElementRotation(plr,0,0,180)
checkButtons(plr)
guiSetVisible(element[1],true)
showCursor(true)
showChat(false)
end
end
addEvent("showButtons:chaningroom",true)
addEventHandler("showButtons:chaningroom",root,showButtons)