Advertisement
Guest User

Untitled

a guest
May 27th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. xpcall(function()
  2. local type = type;
  3.  
  4. getsenv(game:service'Players'.LocalPlayer.PlayerGui.Client_Code.Client_Manager).type = function(instance)
  5. if type(instance) == 'userdata' then
  6. return 'string'
  7. end
  8. return type(instance);
  9. end;
  10. end, function(err) warn(err); end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement