Advertisement
KINGOFCOOL

Untitled

Jan 9th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ForceFieldGiver = script.Parent.Parent.Door
  2. function onTouched(hit)
  3.  
  4. script.Parent.Parent.Door.Touched:connect(onTouched)
  5. Force = Instance.new("Part", game.Workspace)
  6.  
  7. end
  8.  
  9. script.Parent.Parent.Door.Touched:connect(onTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement