01 | bin = script.Parent |
02 |
03 |
04 | enabled = true |
05 |
06 | function onButton 1 Down(mouse) |
07 |
08 | end |
09 |
10 | if not enabled then |
11 | return |
12 | end |
13 |
14 | local char = script.Parent.Parent |
15 | local player = game.Players:FindFirstChild(char.Name) |
If this is a server script its already FE compatible but if its a local script use a remote event