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

How do i make this Script FE Compatible?

Asked by 5 years ago
01bin = script.Parent
02 
03 
04enabled = true
05 
06function onButton1Down(mouse)
07 
08end
09 
10if not enabled then
11        return
12    end
13 
14    local char = script.Parent.Parent
15    local player = game.Players:FindFirstChild(char.Name)
View all 63 lines...
0
You only need to worry about Filtering Enabled when communicating between server and client. ForeverBrown 356 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

If this is a server script its already FE compatible but if its a local script use a remote event

Ad

Answer this question