kilkil912
|
  |
| Joined: 27 Aug 2011 |
| Total Posts: 1288 |
|
|
| 18 Jun 2015 11:03 PM |
So i've been scripting, and it is baffling me why this script isn't working i'm trying to get this script to launch a player about 10 blocks when they hit it. At first it worked then it no longer does any ideas why?
if h ~= nil then local b = Instance.new("BodyPosition") b.position = Vector3.new(500, 500, 500) b.maxForce = Vector3.new(500, 500, 500) b.Parent = hit.Parent.Torso wait(3) b.Parent = nil end end
"The two most powerful warriors are patience and time." - Leo Tolstoy |
|
|
| Report Abuse |
|