I have a UI that allows users to change the video in a videoGUI.
However, only the person that inputs the ID into my system can see the change.
This is the code that handles the change: video.SurfaceGui.Video.Video = "rbxassetid://"..box.Text
How do I make it so that the video is changed for everyone and not only for the person who inputs the ID.