quivings / Solara

Storage
46 stars 29 forks source link

HookFunction not working #13

Open 4Peek opened 1 month ago

4Peek commented 1 month ago

I try hook print

local oldprint;
oldprint = hookfunction(print,function(text)
    oldprint("123")
    return oldprint(text)
end)

But in game i get nothing image

justasleepycat commented 1 month ago

He hasn't implemented that yet but keep in mind in only him developing the explort. Try this https://pastebin.com/raw/3WTPHvLW and see what works and doesn't.