#When i have a Cutscene playing it only does it for me please help
1 messages · Page 1 of 1 (latest)
well this is a client script right
changes made by localscripts only apply to the client that's running the localscript
if you want to play the cutscene for multiple players then fire the remote for all of those players
how would i get that to happen?
no way it was that simple
for _, player in players do
remote:FireClient(player)
end
if you have a set of players
i understand some aspects also ye i followed a tutorial