|
| 24 Aug 2017 05:51 AM |
local DataStore = game:GetService("DataStoreService") local ds1 = DataStore:GetDataStore("ValidTwoGRIPDataStorage") game.Players.PlayerAdded:connect(function(player) wait(0.1) local leader = player.info local Bricks = Instance.new("BoolValue",leader) Bricks.Name = "ValidTwoGRIP" Bricks.Value = ds1:GetAsync(player.UserId) or true ds1:SetAsync(player.UserId, Bricks.Value) Bricks.Changed:connect(function() ds1:SetAsync(player.UserId, Bricks.Value) end) end)
game.Players.PlayerRemoving:connect(function(player) ds1:SetAsync(player.UserId, player.info.ValidTwoGRIP.Value) end) |
|
|
| Report Abuse |
|
|
| |
|
|
| 24 Aug 2017 06:08 AM |
| the fact that 100 people have seen this and no replies, clearly means theres a downfall in the roblox scripting community :( |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2017 06:25 AM |
no it means no one wants to read your boring script
print("print()") |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2017 06:25 AM |
| Check out my game https://web.roblox.com/games/1000535218/Fnaf-Pizzeria-RP |
|
|
| Report Abuse |
|
|