president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
Hi folks! I'm wondering how I can use player:addExperience on TFS 1.2 to multiplicate the current player stage.
I'm trying use this:
but it always returns as 1000.
Thanks for the support.
I'm trying use this:
Code:
local reward = {
experience = 1000,
message = "Expzor"
}
player:addExperience(reward.experience * Game.getExperienceStage(player:getLevel()), true)
but it always returns as 1000.
Thanks for the support.
Last edited: