You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
make a FE tool
What is the issue? Include screenshots / videos if possible!
i want to edit the scripts but not doing script.source
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
yes
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
here is the script:
--// Variable \\--
local Player = game.Players.LocalPlayer
local Tool = Instance.new("Tool", Player.Backpack)
Tool.RequiresHandle = false
Tool.Name = "Delete"
Tool.ToolTip = "Hover your mouse tp the item you want do delete"
local function DeleteScript() -- Dekete scriptc
local MainScript = Instance.new("Script", Tool)
print("HI")-- for testing
end
Tool.Equipped:Connect(function()
spawn(DeleteScript)
end)
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
what do you eman by a premade script i cant do it manually because im going to use a (if i say the word roblox might ban me) on a game so if its manually then it wont worK