View difference between Paste ID: SvuBKUCA and 5kkJgg5A
SHOW: | | - or go back to the newest paste.
1
-- Press F9 on your keyboard to see the Workspace
2
for i,v in pairs(game:GetService("Workspace"):GetChildren()) do -- Change Workspace to any service that exists in game, like ReplicatedStorage, StarterGui, Workspace, Players etc..
3
         print("Name: " .. v.Name .. " | ClassName: " .. v.ClassName)
4
end