About Me
Hello there! My name is TheSunGaiaTao and I have been scripting on roblox for over 2 years now. My favourite genre of games are fighting games or games that are just generally hard(Dark Souls, Rogue Lineage etc). I believe I would work well in a team however most of my projects are duo or solo. I believe myself to be very friendly and open minded. I look forward to working with you!
Showcase
Examples of scripting(Models and animations not by me)
Sword with M2’s and 5 hit m1 combos.
Helmet tool that multiplies your health by 1.3.
Armor script.
Parrying Script (Very messy)
Explosion magic.
I also dabble in modelling(Low poly, VFX, etc)
Explaining showcases
Explanations
The sword uses raycast hitboxes which I used a hitbox module for and it has an injury system where theres a 1/40 chance to lose your leg when you get hit and a 1/60 chance to immediately die and get decapitated if you get hit in the head. I also added a powerup tool alongside that which turns on a boolean value inside the player, making the sword emit a particle. I cannot display these things cause im too lazy right now and I have homework but I will gladly show them to you if you are interested in hiring me.
snippets of code:
if combovalue.Value == 0 then
animationTrack:Play()
wait(0.4) --- Waits 10 seconds
combovalue.Value = 1
elseif combovalue.Value == 1 then
animationTrack2:Play()
wait(0.4) --- Waits 10 seconds
combovalue.Value = 2
elseif combovalue.Value == 2 then
animationTrack3:Play()
wait(0.4) --- Waits 10 seconds
combovalue.Value = 3
elseif combovalue.Value == 3 then
animationTrack4:Play()
wait(0.4) --- Waits 10 seconds
combovalue.Value = 4
elseif combovalue.Value == 4 then
animationTrack6:Play()
wait(0.4) --- Waits 10 seconds
local StunInstance = Instance.new("BoolValue")
StunInstance.Parent = Humanoid.Parent.Values
StunHandler.Stun(Humanoid, 1)
wait(1)
StunInstance:Destroy()
combovalue.Value = 0
end
For the helmet I just made an accessory which I put into the player and multiplied their health.
The armor changes a string value inside a folder names Values inside the player to the armor name so it can’t be spammed than after that it multiplies the player health by *1.4 while changing the players shirt and pants to armor id but if they arent wearing anyclothes it just adds a new clothing instnace to them.
For the parry I made a parry move which enables a bool value inside player as I mentioned before and put an if statement in my previous sword script which stuns you and plays a stun animation.
And lastly for the explosion magic I just made a part that goes forward from the humanoid root part and detects hitboxes using part.touched. If it does hit something it puts explosion vfx to the player as is tweens outwards and for the final part I made a i,v loop that changes transparency.
modelling should take no explanation
Availability
I am available almost everyday however I am not available much on school days so I can mainly only do small updates. But I can work fully on weekends.
Payment
I do NOT take long term jobs or percentage payments
Contact
You can contact me on Discord at: SunnyDays#9686
I look forward to working with you!