of     1   

k3du53
#183627518Monday, February 15, 2016 12:22 AM GMT

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.

    of     1