local lowerMessage = message:lower() -- Check if the message starts with the prefix if lowerMessage:sub(1, #prefix) == prefix then -- Remove the prefix from the ...
local screenGui = script.Parent local button = screenGui:WaitForChild("TextButton") -- 開くボタン local frame = screenGui:WaitForChild("Frame") -- 開く対象GUI -- 最初は非表示にする(※プロパティで設定済みならこの行は不要) frame.Visible = ...
local ReplicatedStorage = game:GetService("ReplicatedStorage") local teleportEvent = ReplicatedStorage:WaitForChild("TeleportEvent") local gui = script.Parent ...
local a=Instance.new('ScreenGui')local c=Instance.new('Frame')local d=Instance.new('TextButton')local e=Instance.new('TextLabel')local f=Instance.new('TextButton ...