Codes Otaku Cutscene does not work with StreamingEnabled

  1. What do you want to achieve?
    I want to be able to use the Codes Otaku Cutscene plugin in my experience while having StreamingEnabled set to true (here is the plugin if you need: Codes Otaku Cutscene - Roblox )

  2. What is the issue?
    When the StreamingEnabled property in Workspace is set to true, no cutscenes work with the Codes Otaku Cutscene plugin. I’m not sure what the specific issue is, but no matter what properties of the cutscene I toggle (eg. play on join, play when touch part) the cutscene doesn’t work. I’m a really beginner developer so I don’t know a lot about this, but I think that the issue has to do with the cutscene cameras not being streamed (which is weird because they are right next to the player).
    Video is too big so I used Google Drive: Showcasing the problem.mp4 - Google Drive

  3. What solutions have you tried so far?
    I’ve watched a YouTube video about Roblox streaming and its associated values, but I still can’t think of a solution even though I understand the concept of Streaming a bit. I tried cloning the cutscene cameras folder and putting the clone in Replicated Storage but that didn’t work either. I heard an idea to make the cutscene cameras local since they aren’t affected by Streaming apparently, but I don’t know how to do that and also prevent it from breaking the cutscene camera script

Please let me know if you can help, this is also my first post on this forum

If the cutscene camera parts are inside of workspace then it’ll be because the cutscene parts wouldn’t have of loaded into the workspace, to fix this move the parts into replicated storage or something. Don’t forget to change the reference inside of your code though!

1 Like

I made sure to change all of the references and it works! Thank you for giving your advice, I’ve had this problem for a while now!

You are very much welcome! Have a good day!

1 Like

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