Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can I use this Gun Globalizer with a class gui?

Asked by 8 years ago
Edited 8 years ago

When using YouTubes old script (http://pastebin.com/3QpH1yhq) It only seems to work in starter pack. So, I tried changing the Tool.Parent section like so

01    Tool.Parent = game.StarterGui.Classes.Frame.Class
02end)
03.....
04Tool.Equipped:connect(function(Mouse)
05    Equipped = true
06    if Settings.Weld and not Welded then
07        wait()
08        Tool.Parent =game.StarterGui.Classes.Frame.Class
09    end
10    Character = Player.Character
11    if Gui then

But that still doesn't properly address the guns. Meaning the player just floats with no weapon in hand. Is there anything I can do with this?

Answer this question