Testing something

This commit is contained in:
Ryan Ward 2021-04-30 10:00:13 -04:00
parent b60aab9602
commit fd8e77555a

View File

@ -39,6 +39,6 @@ local alarm = multi:newAlarm(4):OnRing(function(a)
a:Destroy() a:Destroy()
print(a.Type) print(a.Type)
test:Destroy() test:Destroy()
print("TEST: ",test)
end) end)
multi:lightloop() multi:lightloop()