# Set Next Movie

Grammar — Set movie to play for players after the game finishes
FlagsNative | Action

The specified movie will play for the given players after the game finishes.

# Arguments

  • playergroup — Players
  • string [ filepath ] — Movie

Returns — void

native void MoviePlayAfterGame(
	playergroup players,
	string assetLink,
);

Category: UI / Transitions

# Examples

— None found —