Skip to content

Instantly share code, notes, and snippets.

-- Client-Side GUI Script for Xeno Executor
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local GUI = Instance.new("ScreenGui")
GUI.Parent = player:WaitForChild("PlayerGui")
local fruitData = game:GetService("DataStoreService"):GetDataStore("PermFruits")
local fruits = {"FlameFruit", "IceFruit", "GumFruit"} -- Add the fruit names you want to support
-- Create buttons for each fruit