How can you make it so that, instead of stepping on the cutscene, and having it only show up under your screen, that you touch the button, and it shows up under all players' screens? I'm trying to make it so that whenever I hit a wrestling video/entrance box, that a cutscene shows up during the entrance.
Simply add/replace this in your script.
gui = DefinePathHere plrs = game.Players:GetChildren() for i,v in pairs(plrs) do gui:clone().Parent = v.PlayerGui end