Advertisement
0lf3_

Brits VIP Party (GET LETTER BADGES)

Feb 11th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for i,v in pairs(workspace.PantheressText:GetDescendants()) do
  2. if v:IsA("RemoteEvent") and v.Name == "LetterCollected" then
  3. v:FireServer()
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement