Nov 21st, 2016
How To Use Scripts In Roblox? Any Roblox Script you downloaded such as a Roblox God Script, Admin Script, Exploit Scripts, Scripts Op, Hack Scripts, Money Script, Kill Script or a New Script, Hub they are all executed by a Script Executor. So you will first need to download a Hack or Script Executor and then put the Script in the execute box.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- lplr = game.Players.LocalPlayer
- lhum = lchar:FindFirstChild('Humanoid')
- lrootpart = lhum:FindFirstChild('HumanoidRootPart')
- animator = lhum.Animator
- ls = torso:FindFirstChild('Left Shoulder')
- lh = torso:FindFirstChild('Left Hip')
- rs = torso:FindFirstChild('Right Shoulder')
- rl = lchar:FindFirstChild('Right Leg')
- neck = torso:FindFirstChild('Neck')
- cf = CFrame
- pixelsizepreferred =2.75
- --Making the gui
- --Making the textbox
- generalframe.Size = UDim2.new(0,250,0,110)
- generalframe.Active =true
- generalframe.BackgroundColor3 = BrickColor.new('Really black').Color
- generalframe.Transparency =0.1
- local textbox = create('TextBox', generalframe)
- textbox.Size = UDim2.new(0,200,0,25)
- textbox.BackgroundColor3 = BrickColor.new('Really black').Color
- textbox.TextColor = BrickColor.new('Institutional white')
- textbox.FontSize ='Size24'
- --Making give gear button
- local execbutton = create('TextButton', generalframe)
- execbutton.Position = textbox.Position + UDim2.new(0,0,0,32.5)
- execbutton.Text ='Insert'
- execbutton.BackgroundColor3 = BrickColor.new('Really black').Color
- execbutton.TextColor = BrickColor.new('Institutional white')
- execbutton.FontSize = Enum.FontSize.Size18
- --Making clear inventory button
- local clearbutton = create('TextButton', generalframe)
- clearbutton.Position = execbutton.Position + UDim2.new(0,105,0,0)
- clearbutton.Text ='Clear'
- clearbutton.BackgroundColor3 = BrickColor.new('Really black').Color
- clearbutton.TextColor = BrickColor.new(255,255,255)
- clearbutton.FontSize = Enum.FontSize.Size18
- --Making credits text
- credits.Parent = generalframe
- credits.Position = textbox.Position - UDim2.new(0,0,0,30)
- credits.BackgroundColor3 = BrickColor.new('Really black').Color
- credits.Font ='SciFi'
- credits.TextColor = BrickColor.new(255,255,255)
- function givegear()
- local InsertService = game:GetService('InsertService')
- vgear = gearmodel:GetChildren()[1]
- end
- givegear()
- vgear.Parent = lchar
- end)
- for i, v inpairs(backpack:GetChildren())do
- v:Remove()
- end
RAW Paste Data
Roblox Give Item Command
Jul 22nd, 2015
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --|LOCAL SCRIPT|--
- gear_ids={193769809,225921000,163352376,253519495,30393548} --insert gear asset ids
- --------------------------------------
- ---Source---
- for i,v in pairs(gear_ids) do
- if id~=nil then
- game:GetService('InsertService'):LoadAsset(id):GetChildren()[1].Parent=player.Backpack
- game:GetService('InsertService'):LoadAsset(id):GetChildren()[1].Parent=player.StarterGear
- end
Roblox Give Item Script
RAW Paste Data