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 |
04 | Tool.Equipped:connect( function (Mouse) |
06 | if Settings.Weld and not Welded then |
08 | Tool.Parent = game.StarterGui.Classes.Frame.Class |
10 | Character = Player.Character |
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?