i have a script thath is like that: Players.zBoltZz.Backpack.ServerTraits.ChatStart:Fireserver(Workspace.FriendltNPCs.["Start New Game [Redo Character])
i dont know what is wrong but here is the error: http://prntscr.com/hmxzsk
Hi, I'm guessing this is just a quick "preview" of what you're trying to do, but I don't know whether you're trying to reference:
game.Workspace.FriendItNPCs["Start New Game"]["Redo Character"]
or
game.Workspace.FriendItNPCs["Start New Game [Redo Character]"]
but the only thing wrong the reference part of your script is you have an extra period ( . ) between FriendItNPCs and your bracket references, and that you were missing an ending quote ( " ) and a closed bracket ( ] ) at the end of your reference.