Open this paste on another device
The QR code contains the clean paste URL. It contains no password or delete token.
luaRead-only
1
local Players = game:GetService("Players")
local Values = {
"Tablet",
"SanityTracker"
}
local function setValues(player)
for _, name in ipairs(Values) do
local value = player:FindFirstChild(name)
if value and value:IsA("BoolValue") then
value.Value = true
end
end
end
for _, player in ipairs(Players:GetPlayers()) do
setValues(player)
end
Players.PlayerAdded:Connect(setValues)
Paste details
- Visibility
- Public
- Size
- 417 bytes
- Protection
- Standard link access
- Retention
- No automatic expiry
Share with confidence
Unlisted links are not searchable, but anyone with the URL can open them. Never paste live credentials or personal data.