コンテンツへスキップ
動作中

Viibe save instance script diagnostic tester

CLclarkdevlinorg1 閲覧数Universal2026年7月26日
共有
Viibe save instance script diagnostic tester

スクリプトコード

Lua
-- DIAGNOSTIC SCRIPT - Run this FIRST
print("=== VIIBE EXECUTOR CHECK ===")

print("saveinstance exists: ", saveinstance ~= nil)
print("save_instance exists: ", save_instance ~= nil) 
print("writefile exists: ", writefile ~= nil)
print("makefolder exists: ", makefolder ~= nil)
print("listfiles exists: ", listfiles ~= nil)
print("isfolder exists: ", isfolder ~= nil)

print("\nExecutor info:")
print("identifyexecutor(): ", identifyexecutor and identifyexecutor() or "N/A")

-- Test if we can call it
if saveinstance then
    print("\nsaveinstance TYPE: ", type(saveinstance))
    local ok, err = pcall(function() 
        local info = debug.getinfo(saveinstance)
        print("Source: ", info and info.short_src or "unknown")
    end)
end

説明

This script checks if your executor and device are compatible with it. It doesn't affect your device in any way. Once it's done, you can press F9 on your keyboard to see the specifications or use the command /console if you're on a mobile device.

コメント (0)

会話に参加するにはログインしてください

  • 最初のコメントを投稿しましょう。

よくある質問

Viibe save instance script diagnostic testerスクリプトはどう使いますか?
上のスクリプトコードをコピーし、Robloxエグゼキューターを開いて貼り付け、ゲーム中に実行を押してください。スクリプトが実行されると、機能が即座に有効になります。
Viibe save instance script diagnostic testerスクリプトは無料ですか?
はい。このスクリプトは無料でコピー&使用できます。キーシステムを使用している場合は、リンクから無料でキーを取得してください。
Viibe save instance script diagnostic testerスクリプトの使用は安全ですか?
ソースコード全体がこのページに表示されるので、実行前に内容を正確に確認できます。信頼できるエグゼキューターを使用し、スクリプトの使用はRobloxの利用規約に違反するため、自己責任で使用してください。
Viibe save instance script diagnostic testerに対応するエグゼキューターは?
このスクリプトはほとんどの人気Robloxエグゼキューターで動作します。お使いのデバイス向けの信頼できる無料または有料エグゼキューターを見つけるには、エグゼキューターページをご覧ください。
Viibe save instance script diagnostic tester | BloxScripter