Advertisement
giganciprogramowania

l7 AreasClient

Mar 30th, 2023
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local replicatedStorage = game.ReplicatedStorage
  2. local remotes = replicatedStorage.Remotes
  3.  
  4.  
  5. remotes.Area.OnClientEvent:Connect(function(area)
  6. area:Destroy()
  7. end)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement