Add 'player-sensor/startup.lua'

master
Jan 2021-12-22 22:21:13 +00:00
parent 691495aba9
commit e0434f33d3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
while true do
print("Starting.")
shell.run("ligma")
sleep(5)
end