function onThink(interval)
local effects = {
-----TEMPLE TEXT DISPLAY-----
{position = Position(1000, 1000, 7), text = "Text", effect = 11, say = false, color = math.random(100,215)},
}
for i = 1, #effects do
local settings = effects[i]
local spectators =...