Universal Script 📌
17.8k Views
Key System

Op script

Universal Script 📌Uploaded by
1 year ago
Please login to perform these actions:

Description

local ReplicatedStorage = game:GetService("ReplicatedStorage") local GiveBToolsEvent = ReplicatedStorage:WaitForChild("GiveBToolsEvent") GiveBToolsEvent.OnServerEvent:Connect(function(player) -- Create BTools (Hammer, Clone Tool, Grab Tool, etc.) local backpack = player:FindFirstChild("Backpack") if not backpack then return end local function giveTool(toolName) local tool = Instance.new("HopperBin") tool.BinType = Enum.BinType[toolName] tool.Name = toolName tool.Parent = backpack end giveTool("Hammer") giveTool("Clone") giveTool("Grab") end)

View Raw
Edited By: CyberHacker Download


Comments
3
User profile picture
areyoumental110 1 year ago
this isnt universal nor FE
User profile picture
CyberHacker 1 year ago
We'll improve ourselves later stay connected!
User profile picture
striker1334 11 months ago
What the hell is this
Please Login to add a comment.