Can you help me change this script?

Hiya Developers!

I am using a script which activates a cutscene when a part in hit, But the issues is that i need the code shown here:
local cutsceneParts = workspace:WaitForChild(cutsceneName.Value)

I need to make it so that instead of Workspace it Goes To Replicated Storage Then Opens The Folder Called “Games” And Goes To The Model Called “x”

Any help would be apricated. thanks.

local cutsceneParts = game.ReplicatedStorage.Games.x:WaitForChild("cutsceneName").Value

2 Likes