So, i’m making a cutscene for my new game and i want to add like a little cut.
That little cut is a gui with a black frame.
The script works, but the gui doesn’t appears in the scene.
This is the part of the script.
wait(cutsceneTime + 10)
black.Visible = true -- this is the gui
thunder.Playing = true -- this is the thunder that should appear durning the black
if thunder.Playing == false then
black.Visible = false
wait()
Listen carefully to undestand when the black should appear.
Any help appreciated
robloxapp-20200902-1555371.wmv (3.6 MB)