Nov 23rd, 2016
Functions Constants CBaseAnimating CBaseCombatCharacter CBaseEntity CBaseFlex CBaseModelEntity CBasePlayer CBaseTrigger CBodyComponent CCustomGameEventManager CCustomNetTableManager CDebugOverlayScriptHelper CDOTAAbilityAghanimSpear CDOTAAbilityAnimationAttack CDOTAAbilityAnimationTailSpin CDOTAAbilityDataDriven CDOTAAbilityLua.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- btw, it only steals GEARS that are INSIDE lighting... and by that i mean that it wont give you gear that will be in models or stuff that are located in lighting... and of course it also wont give you gears from workspace...
- -- (it will COPY the gears into your backpack, to your startergear, and incase you want to give gears to multiple people or something, it also keeps whatever's in lighting in there too...)
- -- update: works for names with that underscore ( _ ) too.... for example: SOME_ONE.
- M = game.Players:FindFirstChild('YOURNAMENAME') -- your name here
- children = model:GetChildren()
- if children[i] ~= nil then
- b = children[i]:Clone()
- p = children[i]:Clone()
- end
Steal Tools Lua Co
Steal Tools Lua Ca
RAW Paste Data