I have been making a game and I want it to show a cutscene after you click play. How could I do this?
EDIT:
I have this script for when it is clicked:
game.ReplicatedStorage.MissionEvents.Mission1.OnServerEvent:Connect(function(plr)
print(1)
end)
I have been making a game and I want it to show a cutscene after you click play. How could I do this?
EDIT:
I have this script for when it is clicked:
game.ReplicatedStorage.MissionEvents.Mission1.OnServerEvent:Connect(function(plr)
print(1)
end)