You seem to be progressing at scripting really fast ! But for the sake of future updates i hightly recommend to learn module scripts for your combat system or it might get spaghetti and laggy. Nice video
I suggest you making the whole gui first like shop (for paid stuff), make a controls gui so its not in the way, a settings to adjust the brightness, graphics and stuff, every tool needed, and then work on the map and make like idk 4-5 cities and add more in other updates
4:17 for healthbars which uses such images you need to tween UIGradients offset instead of size you probably tweened its size when trying to make it and it looked really weird
you should add ragdoll on death here you go if you want to use this: --put this script in StarterCharacterScripts local char = script.Parent local hum = char:WaitForChild("Humanoid") hum.BreakJointsOnDeath = false hum.Died:Connect(function() local joints = char:GetDescendants() for _,joint in pairs(joints) do if joint:isA("Motor6D") then local socket = Instance.new("BallSocketConstraint", joint.Parent) local a0 = Instance.new("Attachment") local a1 = Instance.new("Attachment") socket.Attachment0 = a0 socket.Attachment1 = a1 a0.Parent = joint.Part0 a1.Parent = joint.Part1 a0.CFrame = joint.C0 a1.CFrame = joint.C1 socket.LimitsEnabled = true socket.TwistLimitsEnabled = true joint:Destroy() end end end)
Hi, great video and the game is looking great, would it be possible to let me design some ui for the game? Ive been ui designing for 2 years now. If not let me know, but if you are reply to my comment
I'd love to, but the thing is, as i said I'm a new developer in roblox, i want to explore and learn things myself for a while. But who knows, i might need your help in future!
Question? How did you learn to Script Super Fast, just from one Video? Since I’ve been trying to Learn Scripting as Well, but I always get super Confused.-. So can you give me some advice on how you manage to Learn that Fast?
Well, in my opinion, people can teach you the basics for scripting, but to actually learn advanced scripting, you need "experience." Y'see i always keep on scripting a bunch of ideas in a separate test project (off-camera). And the things which i face problems with, i either go to the dev forum, research about the bug/problem I'm facing, or i just keep on trying to fix it myself until either the game breaks, or the thing I was implementing finally works. Conclusion: it's just like how you grind in games, you start from 0 but then you slowly develop skills. You could watch videos, tutorials and guides to improve, but practically it completely depends on your experience and the way you learn. Keep scripting, i guarantee you one day you'll become a successful roblox developer
Name it: "The ERA of Assassins and Templars"
This is amazing, keep up the good work
keep going dude its not often you see new youtubers producing content of that quality
peak❤
You seem to be progressing at scripting really fast ! But for the sake of future updates i hightly recommend to learn module scripts for your combat system or it might get spaghetti and laggy. Nice video
Your such an underrated youtuber!
You can write a line of code in the command bar to organise your workspace to save the hassle.
This is PEAK CONTENT🔥🔥🔥🗣️🗣️🗣️
KEEP IT UP MY GUY!!
I suggest you making the whole gui first like shop (for paid stuff), make a controls gui so its not in the way, a settings to adjust the brightness, graphics and stuff, every tool needed, and then work on the map and make like idk 4-5 cities and add more in other updates
Mom wait, new video just dropped
keep going man im ur 140 sub and just by seeing this video it seems like peak content
Still here, shi*s turning out great keep working on it
WWW keep doing this project
Oh looks nice, Ill spend a few minutes when the game comes out
4:17 for healthbars which uses such images you need to tween UIGradients offset instead of size you probably tweened its size when trying to make it and it looked really weird
W game also name suggestion. Senso (I literally just Google translated war and thats what i got lol)
How about Blox Creed
keep going🤍✨
but i hope if you could remove the music from the upcoming videos because its haram (unholy) so I can watch your INSANE videos!❤❤
Add a block system and make some shields
Wow nice, how long do you start coding?
About coding, it's been around 3 weeks since i started
Name it BloxCreed
Yeeeaah
you should add ragdoll on death here you go if you want to use this: --put this script in StarterCharacterScripts
local char = script.Parent
local hum = char:WaitForChild("Humanoid")
hum.BreakJointsOnDeath = false
hum.Died:Connect(function()
local joints = char:GetDescendants()
for _,joint in pairs(joints) do
if joint:isA("Motor6D") then
local socket = Instance.new("BallSocketConstraint", joint.Parent)
local a0 = Instance.new("Attachment")
local a1 = Instance.new("Attachment")
socket.Attachment0 = a0
socket.Attachment1 = a1
a0.Parent = joint.Part0
a1.Parent = joint.Part1
a0.CFrame = joint.C0
a1.CFrame = joint.C1
socket.LimitsEnabled = true
socket.TwistLimitsEnabled = true
joint:Destroy()
end
end
end)
here a good name for ur game btw "Ro-Creed" or "Assasin Blox" or "Bloxy Creed".
Hi, great video and the game is looking great, would it be possible to let me design some ui for the game? Ive been ui designing for 2 years now. If not let me know, but if you are reply to my comment
I'd love to, but the thing is, as i said I'm a new developer in roblox, i want to explore and learn things myself for a while. But who knows, i might need your help in future!
Name it Creed
Question? How did you learn to Script Super Fast, just from one Video? Since I’ve been trying to Learn Scripting as Well, but I always get super Confused.-. So can you give me some advice on how you manage to Learn that Fast?
Well, in my opinion, people can teach you the basics for scripting, but to actually learn advanced scripting, you need "experience." Y'see i always keep on scripting a bunch of ideas in a separate test project (off-camera). And the things which i face problems with, i either go to the dev forum, research about the bug/problem I'm facing, or i just keep on trying to fix it myself until either the game breaks, or the thing I was implementing finally works.
Conclusion: it's just like how you grind in games, you start from 0 but then you slowly develop skills. You could watch videos, tutorials and guides to improve, but practically it completely depends on your experience and the way you learn. Keep scripting, i guarantee you one day you'll become a successful roblox developer
Holy Guacamole You actually Replied0-0 Well Thanks for the Advice! Also When will next Video come Out? (Ps. This is Optional to Answer:3)
LEt me help you we can cook trust🙏
I also waited so i could be your 180 subs
Thanks for the support! I appreciate it but the thing is, I'm a new developer so i want to explore things myself for a bit
If youre a new developer then keep learning before actually making the thing in the game