Hi all,
I have a doubt, if I want to identify only 3 targets (can be player or show or both), within that table below how would I do?
local spectators = Game.getSpectators(Position(100, 100, 7), false, false, 5, 5, 5, 5)
for i = 1, #spectators do
local spectator = spectators...