|
| 11 Apr 2014 01:20 PM |
g = Instance.new("ForceField")
function onMove(mouse) g.Parent -- Begins To Brake Here if mouse.Target.Name == "Sausage" or mouse.Target.Name == "Cheese" or mouse.Target.Name == "MountainDew" or mouse.Target.Name == "Pepperoni" and mouse.Target.Parent.Name == "Register" then-- Brakes Here g.Parent = mouse.Target elseif mouse.Target.Parent:FindFirstChild("Order") ~= nil or mouse.Target.Parent.Name == "Phone" then g.Parent = mouse.Target.Parent else g.Parent = nil end end
function onSelected(mouse)
mouse.Move:connect(function() onMove(mouse) end)
end
script.Parent.Selected:connect(onSelected)
function de() g.Parent = nil end script.Parent.Deselected:connect(de)
|
|
|
| Report Abuse |
|
|
|
| 11 Apr 2014 01:24 PM |
| Just Post The Fixed Script. |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2014 01:32 PM |
| If your ignoreing it please don't :c |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 11 Apr 2014 01:39 PM |
>Just Post The Fixed Script.
Sure thing sir. I am just a slave who is forced to work without any kind of output or description. Give us some time, please master. |
|
|
| Report Abuse |
|
|
NeonRiver
|
  |
| Joined: 12 Feb 2013 |
| Total Posts: 4936 |
|
| |
|
| |
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 11 Apr 2014 02:00 PM |
LOL OP XD
get out of this forum |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|
|
| 11 Apr 2014 02:46 PM |
Nope I Figured It Out Myself.
Buzz Wins. |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 11 Apr 2014 03:20 PM |
Well do explain.
What was the problem? |
|
|
| Report Abuse |
|
|