You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I would like to find the FolderInformations
in the player character. The script is a basic script, not local, not module. -
What is the issue? Include screenshots / videos if possible!
The following script can’t find theCharacter
into the player. Making it impossible to find the folder. I will link the error i get too.
local function OnPlayerRemoved(player)
local Character = player:FindFirstChild("Character")
local Folder = Character:FindFirstChild("Informations")
Error I get: attempt to index nil with 'FindFirstChild’
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I’ve tried searching around the web for a solution, sadly found nothing.