У вашего броузера проблема в совместимости с HTML5
``````````````````````````````````````````````````````
Leaderboard
``````````````````````````````````````````````````````
function oa(object)
local player = game.Players:playerFromCharacter(object)
if player ~= nil then
local ls = player.leaderstats
local sl = game.Workspace.Stages:FindFirstChild(ls.Stage.Value)
object.HumanoidRootPart.CFrame = object.HumanoidRootPart.CFrame + Vector3.new(0,3,0)
wait()
object.HumanoidRootPart.CFrame = sl.CFrame + Vector3.new(0,3,0)
end end
function oe(object)
if object.className == "Player" then
local ack = Instance.new("IntValue")
ack.Name = "leaderstats"
local ack2 = Instance.new("IntValue")
ack2.Name = "Stage"
ack2.Value = 1
ack2.Parent = ack
ack.Parent = object
end end
game.Players.ChildAdded:connect(oe)
game.Workspace.ChildAdded:connect(oa)
``````````````````````````````````````````````````````
Code inside the checkpoint
``````````````````````````````````````````````````````
function ot(hit)
if hit.Parent ~= nil then
local player = game.Players:playerFromCharacter(hit.Parent)
if player ~= nil then
if player.leaderstats.Stage.Value == script.Parent.Name - 1 then
local h = hit.Parent:FindFirstChild("Humanoid")
if h ~= nil then
if h.Health ~= 0 then
player.leaderstats.Stage.Value = script.Parent.Name
end end end end end end
script.Parent.Touched:connect(ot)
``````````````````````````````````````````````````````
Join my official discord server here! https://discord.gg/PssBGH4
Follow me on twitter here
twitter.com/PACKSTABBERYT
Check out my shirt here
https://www.roblox.com/catalog/2756244814/Packstabber-Golden-Domino-Shirt
Don't forget
to like and subscribe!