www.roblox-scripter.com

Script – Brits VIP Party ft. PinkPantheress

Thank you for using our website
Your script:

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