My Transition script in StarterGui isn't local. It keep showing transition to everyone when one person activate it

Update: your solution worked! It fixed everything and it only shows to local player now!

Thank everyone so much for helping me solving this problem, I am truly thankful it’s finally fixed.

I really appreciated it! :smile:

Edit: The reason why your solution didn’t work before because I forgot to add World as folder path in this line

local part1 = workspace.World.TP1
local part2 = workspace.World.Hole
local part3 = workspace.World.BunkHole
1 Like