Roblox classic web - makes the theme classic (derivative of my other script roblox classic light theme) Author Brosy518241 Daily installs 0 Total installs 370 Ratings 1 0 0 Created 2019-11-26 Updated 2019-11-26; Roblox Library Spam Trasher - Automatically hides free robux bot spam comments in Roblox library.
- Roblox Script Injector Download 2019
- Roblox Script Executor Download 2019 Free
- Roblox Script Exploit Download 2019
Oct 11th, 2019
Roblox Script Injector Download 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Script Executor Download 2019 Free
- local DSService = game:GetService('DataStoreService')
- game.Players:PlayerAdded:Connect(function(player)
- local leaderstats = Instance.new('Folder', player)
- local cash = Instance.new('IntValue', leaderstats)
- cash.Value = 0
- local success, error = pcall(function()
- player:GetAsync(game.Players.LocalPlayer.leaderstats.Cash)
- print('Successfully achieved'.. player.Name..'s data!')
- warn('An error occured while loading data. Error:'.. error ..'. Player name:'.. player.Name)
- game.Players.PlayerRemoving:Connect(function(player)
- DS:SetAsync(game.Players.LocalPlayer.leaderstats.Cash, player.UserId)
- print('Successfully saved data to'.. player.Name)
- warn('An error occured while the player was leaving. Error:'.. error ..'. Player name:'.. player.Name)
RAW Paste Data