Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make it so when you click a part a cutscene triggers?

Asked by 1 year ago

im not exactly sure how to do this, i had an idea, but it didnt work. help??

0
bruh hudstir 0 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

Ok you are wanting to activate a cutscene when a part is clicked here how you would do that How to create a cut scene code to activate a cut scene. Put in the part you want to click. Also add a ClickDetector to that part Script:

script.Parent.ClickDetector.MouseClick:Connect(function(plr)

Hope this helps!!

Ad

Answer this question