Find any script for Roblox

Enter the name of the game or script.

Script – Brits VIP Party ft. PinkPantheress

Thank you for using our website
Your script:

NO KEY

for i,v in pairs(workspace.PantheressText:GetDescendants()) do
if v:IsA("RemoteEvent") and v.Name == "LetterCollected" then
v:FireServer()
end
end