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

Why is Filter Enabled causing problems to my game? [closed]

Asked by 5 years ago
Edited 5 years ago

I have just turned on filter enabled for my game. But this script isn't working anymore.

Here is the script.

script.Parent.DialogChoiceSelected:connect(function(player,dialog)
 local gui = script.Parent.ScreenGui2 
 if dialog.Name=="Choice2" then
  gui:Clone().Parent = player.PlayerGui
 end
end)

If anyone reads this, please help me out. I'd also appreciate it if you'd explain why scripts disable like that when filter enabled is turned on.

0
Server script or localscript? User#19524 175 — 5y

Closed as Non-Descriptive by User#19524

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?