|
| 13 Sep 2013 02:05 PM |
I have a Sft game in the making and you get to click a button to enter the arena.
I tried putting a remove ff script when you click it but it won't work, anyone have a simple script?? |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2013 02:28 PM |
--local script
script.Parent.MouseButton1Down:connect(function() local ff = find forcefield if ff then ff:Destroy() end end) |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2013 02:28 PM |
| use local plyr = game.Players.LocalPlayer to find the person ff and destroy it. |
|
|
| Report Abuse |
|
|
|
| 13 Sep 2013 02:29 PM |
| Lol i'm not exactly a scripter so I don't understand your second post. |
|
|
| Report Abuse |
|
|