Grimace Race Script | UNLOCK ALL PETS, UNLOCK ALL GAMEPASS

Created by parrotyay

Features:

  • UNLOCK ALL PETS
for Every,Pet  in pairs(game:GetService("ReplicatedStorage").GameClient.Assets.PetModels:GetChildren()) do
    game:GetService("ReplicatedStorage").GameClient.Events.RemoteEvent.BuyPetRobux:FireServer(Pet)
end
  • UNLOCK ALL GAMEPASS
for i,v in pairs(game:GetService("Players").LocalPlayer:GetChildren()) do
    if v:IsA("BoolValue") then
      v.Value = true
    end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!