script errors in widdle-pets mod

Tails Gamer

Member
Modder
Dec 14, 2025
57
11
460
Colombia
Today I started making mods for Widdle Pets and decided to make the Geometry Dash cube. The character works, but the audio doesn't, and it says there are script errors. Here are some screenshots and the .lua code.
Captura-de-pantalla-339.png
Captura-de-pantalla-340.png
And this is the Main.lua
- name: [PET] Cube
-- description: The Geometry Dash cube in coop dx

if not _G.wpets then return end

local E_MODEL_CUBE = smlua_model_util_get_id('cube_geo')

local ID_CUBE = _G.wpets.add_pet({
name = "Cube", credit = "Tails Gamer",
description = "The Geometry Dash cube in coop dx!",
modelID = E_MODEL_CUBE,
scale = 1.0, yOffset = 0, flying = false
})

_G.wpets.set_pet_anims_head(DASH)

_G.wpets.set_pet_sounds(ID_CUBE, {
spawn = nil,
happy = nil,
vanish = 'vanish_effect.ogg',
step = nil,
})
 
i heard the latest coop build broke the audio among some others, so widdlepets is sadly kinda broken right now
if it shows it like tweaking out in the air or something, thats part of it being broken
 

Users who are viewing this thread