#Leader board system for a steal time sword fighting
1 messages · Page 1 of 1 (latest)
** You are now Level 1! **
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...
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
This is a crazy idea, but hear me out. ||Learn how to code instead of asking others to work for you for free.||
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)
surface UI on a part
adornee (face where u want to)
scale as u want
(if u talking about gui)
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
Timeout cuz no wait
also no caps on Vector3 and Instance.new
Don’t parent the created part inside the initialization function either 
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
arent parts unanchored by default
also use game.Workspace, workspace is depreciated
bro
why tf would they deprecate workspace
