Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. wait()
  3. if player.Zones.Zone.Value >= 1 then
  4. script.Parent.ZoneA:Destroy()
  5. end
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement