The_Banana

Untitled

May 1st, 2022
2,692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. local specialpos = (workspace.MapCFrames:FindFirstChild("center") and workspace.MapCFrames.center.Value.p == Vector3.new(77, 11, 35))
  2. AntiVoidP = Instance.new("Part")
  3. AntiVoidP.Parent = Workspace
  4. AntiVoidP.Name = "AntiVoid"
  5. AntiVoidP.CanCollide = true
  6. AntiVoidP.Size = Vector3.new(2048, 1, 2048)
  7. AntiVoidP.Anchored = true
  8. AntiVoidP.Transparency = 0.5
  9. AntiVoidP.Material = Enum.Material.Neon
  10. AntiVoidP.Color = Color3.fromRGB(0, 106, 236)
  11. AntiVoidP.Position = Vector3.new(0, 23.5, 0)
  12. else
  13. if AntiVoidP then
  14. AntiVoidP:Remove()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment