Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prt = Instance.new("Part", workspace)
- prt.Size = Vector3.new(4,1,4)
- prt.Touched:connect(function()
- prt:Destroy()
- script:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement