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
Enter the name of the game or script.
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