Sword Fight Time Stealing

I own a game Stay Alive And Flex Your Time… and most of the script are here I just need to fix the time stealing when you kill someone you steal his concurent time

2 Likes

Jeez louise, your profile is so glamorous yet you don’t know how to make a simple integer changer script?


It’s simple. Subtract a value from the victim or make it 0, and add the time value of the victim beforehand to the killer’s time value

Killer.Time.Value=Killer.Time.Value+Victim.Time.Value
Victim.Time.Value=0
4 Likes

Lol, on my bio it says Roblox Game Designer & Game Investor I ain’t really a scripter I just started to try yesterday.

I’m not familiar with lua, I only do java.

Then all you need to learn is the roblox API, plus some of the lua globals.
Arithmetic is universal in all standard programming languages, try to start learning the lua syntax.