Roblox Remastered Scripting Tutorial: Minigames Part 3 - Finishing Up

Channel:
Subscribers:
2,110
Published on ● Video Link: https://www.youtube.com/watch?v=emNZBS5F9yw



Roblox
Game:
Roblox (2006)
Category:
Tutorial
Duration: 11:18
566 views
8


New Leaderboard Script:
game.Players.PlayerAdded:connect(function(player)
local ls = Instance.new("Folder")
ls.Name = "leaderstats"
ls.Parent = player

local points = Instance.new("IntValue")
points.Name = "Points"
points.Parent = ls

local alive = Instance.new("BoolValue")
alive.Name = "Alive"
alive.Parent = player

repeat wait() until player.Character ~= nil
player.Character.Humanoid.Died:connect(function()
alive.Value = false
end)
end)

New Minigames Script:
Check comments!

Be sure to follow me on Twitter after rating, commenting, and subscribing!
https://twitter.com/Rrrrry123

Also, follow me on Twitch for some live streams!
http://www.twitch.tv/Rrrrry123

You can add me on Roblox here!
http://ow.ly/7MWs305jb3B

Want to help make this channel better? You can donate to me via Roblox Robux!
http://ow.ly/En9x30hdeWy







Tags:
Rrrrry123
RyGuyGaming
Ryan
Roblox
Minecraft
Runescape
PS
PlayStation
Let's
Play
Talk
Nostalgia
HTML
Script
Tutorial
Web
design
Lua
help
Dark
Souls
Destiny
Xbox
Scripting
Gaming
Minigames
Mini
Games
Remastered
Map Chaning



Other Statistics

Roblox Statistics For RyGuyGaming

At present, RyGuyGaming has 459,946 views spread across 106 videos for Roblox, and roughly a days worth of Roblox videos were uploaded to his channel. This makes up 17.76% of the content that RyGuyGaming has uploaded to YouTube.