Created by StupidProArsenal
Features:
- ANTI FALL
-- create part
local part = Instance.new("Part")
part.Name = "AntiFallPart"
part.Size = Vector3.new(500, 1, 100)
part.Transparency = 0.8 -- something like 1 to invisible
part.Anchored = true
part.Position = Vector3.new(-1, -3, 66)
part.Parent = game.Workspace
ENJOY!