I made a cutscene that shows up the Play button GUI, which allows people to play in but however, when pressed, nothing happens. Here is my code. But however, I never tried the Left Click instances before.
1 | local Camera = game.Workspace.Camera |
2 | local Play = script.Parent |
3 |
4 | function MouseButton 1 Click(plr):Connect |
5 | if MouseButton 1 Click Play then |
6 | game.Workspace.Camera:Destroy() |
7 | end |
8 | end |
Please note that it didn't use any ClickDetection.