Advertisement
Sacki

quicksand script

Sep 26th, 2017
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function onTouched(hit)
  2. local a = Instance.new("BodyVelocity")
  3. a.Parent = hit
  4. a.Velocity = Vector3.new(0, -10, 0)
  5. end
  6. script.Parent.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement