Advertisement
Honansik

Horrific Housing Anti Fall Script

Dec 15th, 2021
954
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. -- create part
  2.  
  3. local part = Instance.new("Part")
  4. part.Name = "AntiFallPart"
  5. part.Size = Vector3.new(500, 1, 100)
  6. part.Transparency = 0.8 -- something like 1 to invisible
  7. part.Anchored = true
  8. part.Position = Vector3.new(-1, -3, 66)
  9. part.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement