Tryna get the Creeps name so I can do stuff to it then do what I need with the rest of the players. Heres my current code cant figure this stuff out
printing the name wont work here
local PAmount = game:GetService("Players"):GetPlayers()
local creep = math.random(1,#PAmount)
print(creep.Name)