Advertisement
RandomNewbieScripter

Untitled

Aug 25th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1.  
  2. prt = Instance.new("Part", workspace)
  3. prt.Size = Vector3.new(4,1,4)
  4. prt.Touched:connect(function()
  5.     prt:Destroy()
  6.     script:Destroy()
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement