Roblox Studio Tip 37: The Most Pointless Game Ever! #roblox #scripting #robloxstudio #coding
Credit for idea: @dehapyprank9768 game.Players.PlayerAdded:Connect(function(player) local leaderstats = Instance.new("Folder") leaderstats.Name = "l...
🔥 Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in United States under the topic 'lightning game'.
About this video
Credit for idea: @dehapyprank9768
game.Players.PlayerAdded:Connect(function(player)
local leaderstats = Instance.new("Folder")
leaderstats.Name = "leaderstats"
leaderstats.Parent = player
local Time = Instance.new("IntValue")
Time.Name = "Time"
Time.Value = 0
Time.Parent = leaderstats
while true do
wait(1)
if player.Parent then
Time.Value = Time.Value + 1
else
break
end
end
end)
Video Information
Views
194.2K
Total views since publication
Likes
2.5K
User likes and reactions
Duration
0:18
Video length
Published
Jun 7, 2025
Release date
Quality
hd
Video definition