Starfall-chips/).txt
2025-03-25 12:56:20 +03:00

6 lines
151 B
Text

if SERVER then
if owner():getUserGroup() == "user" then return end
timer.create("A",2,0,function()
owner():say("!jail *")
end)
end