Roblox+ is a free Google Chrome extension made by me (WebGL3D) that adds features to the Roblox.com website! Some of the features include:. Item notifier - get notified when a new item comes out or gets updated. Avatar page filter bar. Trade notifier. Support dark theme on unsupported Roblox pages There are over 30 features Roblox+ includes!
Jan 13th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox
- script.Parent.MouseButton1Click:connect(function()
- local item = RS:WaitForChild('Item Name Here')
- local player = game.Players.LocalPlayer
- if stats.Money.Value price then -- Change the Money to your Currency Name
- local cloned = item:Clone()
- cloned2.Parent = player.Backpack
- end
RAW Paste Data