Can I start a cutscene/tween using GUI?

Hello! I’m a beginner at coding and I wanted to make this sort of admin GUI controlled cutscene. I just want to know if this is possible and if it is, how can I do it? Sorry if my english is bad. I can ellaborate more if it’s needed.

I don’t know what do you want do to.
You want to check if player is admin and then play cutscene
or how to use tween service?

i want to know if it’s possible to activate a cutscene with a button from a GUI

Yeah

button.Activated:Connect(function()
-- script for your cutscene
end)
2 Likes

ohh ok ok. thank you ill try it out

may i know where i can put this? im following alvinblox’s cutscene tutorial and im having a hard time on figuring out where to put this.

the cutscene or script?
if cutscene then put it inside the function
if script, I think starterPlayerScripts