Attempt to index nil with "Parent"

And that depends how your using it.

He wants to replicate something.

i got this error

07:42:25.739 - Archiveable is not a valid member of Model

Only server sided scripts can access the ServerStorage. ReplicatedStorage is for both Server and Local Scripts to access.

I store in ServerStorage because i donā€™t want it to access by client
I store character because i will make a combat log system that why

Check your spelling. I believe that might be spelled wrong, but I donā€™t know.

Maybe like this i just check it again on developer.roblox.com " Archivable"?

Thats fine if your making a combat logging system, that wonā€™t matter where its being stored. Clients canā€™t access serverstorage, true, but filteringenabled will stop a lot of exploiters from accessing replicatedstorage regardless.

Its the better option since your literally trying to Replicate something.

The problem doesnā€™t seem to be with where you have it then, itā€™s with the code itself.

Is the object thatā€™s giving you the error unanchored? And does it have Archivable = false?

You spelled it like ā€œArchiveableā€ as the error said.

Ok, Iā€™ll try to test it and Iā€™ll report the result.

OMG, it work right now!

If you want to know why i want to store player character before it got removed. check this topic.