.Touched doesn't work, is it because of FilteringEnabled?
Works fine in studio, but fails in an actual server. No errors in output, and even debugging failed to show the problem, as "1" never prints, and it's literally the first line after the .touched function. I might be dumb, but I have absolutely no idea why this isn't working. FilteringEnabled is on if it matters, and this script is simply in a normal part inside of workspace.
03 | script.Parent.Touched:connect( function (player) |
05 | if debounce = = false then |
08 | game.ReplicatedStorage.events.sndGiggle:FireClient(player) |
09 | game.Workspace.game.assets.location 1 :Destroy() |
10 | game.ReplicatedStorage.assets.location 2 :Clone().Parent = game.Workspace.game.assets |
11 | game.ReplicatedStorage.assets.location 2 a:Clone().Parent = game.Workspace.game.assets |
12 | game.Workspace.events.metaldoor 1 :Destroy() |
13 | game.Workspace.events.lights 1 :Destroy() |
14 | game.Workspace.events.trigger.location 1 :Destroy() |
Why, just why.