F3x Require Script -
-- Custom connections for core modules options.CoreCustomConnections = ["PartCreated"] = function(part, player) print(player.Name, "created a part at", part.Position) end
if table.find(allowedPlayers, player.Name) then F3X:GiveTools(player) end f3x require script
-- Wait for F3X tools to be added to backpack local buildingTools = player.Backpack:WaitForChild("BuildingTools") local btoolsEnabled = false -- Custom connections for core modules options