Roblox Studio Tip 37: Creating the Most Pointless Game Ever! 🎮
Discover a fun and quirky Roblox Studio tip to build the most pointless yet entertaining game. Perfect for scripting beginners and Roblox enthusiasts alike! #roblox #scripting #coding

OrganicDev
194.2K views • Jun 7, 2025

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)
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
Likes
2.5K
Duration
0:18
Published
Jun 7, 2025
User Reviews
4.6
(38) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now