drakon-firestone

Untitled

Oct 20th, 2024
15
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)
Add Comment
Please, Sign In to add comment