Advertisement
RapidLemon

Untitled

Feb 13th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function OnTouched(Part)
  2. local part Instance.new("Part", game.Workspace)
  3. part.Size = Vector3.new(10, 10, 10)
  4. end
  5.  
  6. game.Workspace.base.Touched:connect(OnTouched)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement