I’m trying to make a shop. But in order to work the item needs to be parented to
StarterCharacterScripts.
But, I’m not sure to this. I tried multiple things like:
There’s a way to do most things! But StarterCharacterScripts is usually not the answer.
There are events like Player | Roblox Creator Documentation which let you detect when a player respawns. You could copy things into the character then if you like.
You could also change your design so that there’s just one script in the character that handles all the abilities, and just checks if the player is allowed to use them or not.
Sure you can do that. Just keep in mind that clients have near complete control over their own character, so you might wanna make sure it’s not too easy to abuse this.