I've modified a KO/WO script to put the Wipeouts in a folder, named "hiddenstats".
I've checked that the script makes a folder in the player,
and have checked the output;
but, the folder hiddenstats never appears.
However, when I use the command bar in studio to insert a folder into the player, that works just fine.
#code
function onPlayerEntered(newPlayer)
local hide = Instance.new("Folder")
hide.Name = "hiddenstats"
end
This is an excerpt of the code.
|