Local Scripts not running in Custom Rig Character

Hello, in the game i’m making there’s custom characters that you can change to mid-game by selection (yes custom rigs, you completely respawn).

Problem is that any local script inside the custom rig will NOT work, no matter what it is, it will not even start running. I don’t really have any other source on how this could happen, can anyone help me out on this one?

I could be wrong, but I am pretty sure local scripts don’t run when in the Workspace (with the exception of the character). I’ll need to research this more before I can confirm this, but this might be the issue.

EDIT: Although this is an older post, I am pretty sure that it proves useful. It basically states that local scripts can only run in 4 places, StarterGui, Backpack, PlayerScripts, and Character. You can find the reply here.

Right, so basically the localscripts work with regular character because its connected to roblox itself as the avatar and possible stuff like that, however when put into a custom character it becomes ingame workspace property so they don’t work anymore… Or something like that. Aight thanks for helping I’ll figure something out!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.