VideoGUI not changing for other people

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.

Any help would be appreciated.

1 Like

Make a bindable event in replicated storage il walk you through

make sure the script inst local

No just make a bindable event trigger and trigger all the local scripts

no, just make it a regular script, doing that will take too long lol

Can you play sounds from a server script?

yeah, its very easy to do
/////==/////

Im still prety new to development

dw man, just glad yk now
//////

Il let you help hi im out gl wicked

ty man have a good day bro
///////

You to???

I figured out what the problem was, I had my remote events configured incorrectly, and it’s fixed now. Thank you to all who responded.

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