--BROUGHT TO YOU BY RobloxScripter.com!--
game:GetService("Players").LocalPlayer.PlayerGui.Handler.Disabled=true
game:GetService("Players").LocalPlayer.PlayerGui.ChildAdded:Connect(function(c)
wait()
if c.Name=="Handler" then
c.Disabled = true
end
end)
game:GetService("Lighting").EquipSkin:FireServer(game:GetService("Lighting").Weapons[""]) --Put here the weapon name(you can get the tame from game.Lightning.Weapons)