#Leader board system for a steal time sword fighting

1 messages · Page 1 of 1 (latest)

woeful flare
#

I need help making a leader board with kill leader board globally and top time globally and top kills i want it like this star_fill

opal spokeBOT
#

studio** You are now Level 1! **studio

normal axle
#

PATREON🎁
Get Access to My Scripts + More Perks by Becoming a Patreon Member!
https://www.patreon.com/BrawlDev

DISCORD 📜
Join my Discord Community if you want scripting help, participate in events/challenges, and make friends!
https://discord.gg/WC6kPu5W5P

ADVANCED ROBLOX SCRIPTING SERIES 🔴
https://www.youtube.com/playlist?list=PLQ1Qd...

▶ Play video
#

If you want UI as nice as the screenshot and dont know how you either need to spend a couple weeks learning or hire someone

#

There’s a lot of talent on here and someone would probably make that for like 10 bucks

queen jasper
restive herald
#

In a nicer way, try setting this project aside and also try to learn some luau. There are many different instruments to your advantage: Tutorials, Roblox learn page, anything really. It might be a difficult choice but its worth it in the end (and money (and probably time) saving too)

digital cloak
#

surface UI on a part
adornee (face where u want to)
scale as u want
(if u talking about gui)

bold pewter
#

here

#

past this script into the ServerScriptService on a Script

#

it should work just fine

#

while true do instance.new("Part",workspace) workspace.Part.Position = vector3.new(67,0,41) end

#

@woeful flare

queen jasper
#

also no caps on Vector3 and Instance.new

#

Don’t parent the created part inside the initialization function either Thumbs

bold pewter
#

wait im forgetting smth

#

in the second line add script:Clone()

queen jasper
# bold pewter in the second line add script:Clone()
while task.wait() do
  task.spawn(function()
    while task.wait() do
      task.spawn(function()
        while task.wait() do
          local p = Instance.new("Part")
          p.Anchored = false
          p.Parent = workspace
          p.Position = Vector3.new(0, 40, 0)
      end)
    end
  end)
end
bold pewter
#

also use game.Workspace, workspace is depreciated

queen jasper
#

why tf would they deprecate workspace

queen jasper
#

probably