Level System Tutorial - GnomeCode Tower Defense Addons #24

  Рет қаралды 1,650

Shadow_Reaper

Shadow_Reaper

Күн бұрын

Пікірлер: 43
@ThatOneAccurateDwPlayer
@ThatOneAccurateDwPlayer Ай бұрын
Underrated channel, keep up the work dude ❤
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@ThatOneAccurateDwPlayer Thanks
@Dark101FR
@Dark101FR Ай бұрын
Top Teir bruh this gotta be the best addon creator to be honest
@TimonGunYT
@TimonGunYT Ай бұрын
👍 good addon for people who made his own tower defense
@F.SODA.F
@F.SODA.F 28 күн бұрын
Hi, you can make an addon, like making a central map. The base stands in the center of the map and enemies spawn from all sides and move towards it. I looked all over KZbin and didn’t see anyone ;(
@pirat_cola9998
@pirat_cola9998 28 күн бұрын
@@F.SODA.F interesting idea, maybe I do
@diamondogaming5459
@diamondogaming5459 8 күн бұрын
How do I add the level, exp, and reqExp into an already existing playerdata table? this is my code if success then print("connection is good") if not plrdata then print("i grant thee items") plrdata = { ["Gold"] = 0, ["Level"] = 1, ["Exp"] = 0, ["RequiredExp"] = 25, ["SelectedTowers"] = {}, ["OwnedTowers"] = {"Boxer"} } end
@pirat_cola9998
@pirat_cola9998 8 күн бұрын
@@diamondogaming5459 Add this under your code: If not playerData.Exp then playerData.Exp = 0
@diamondogaming5459
@diamondogaming5459 8 күн бұрын
@@pirat_cola9998 thanks man, you make fire addons :D
@Greeenguyyy
@Greeenguyyy Ай бұрын
Hey uhhh.. i got a question.. Not related to the addon but.. Idk if it is a bug or not. When I place 5 towers and the towers are shooting the enemies, some towers aren't attacking Even though there is an enemy But if there is an enemy that has like 400+ health all of the towers will attack.. So can you tell me if this is a bug or normal
@pirat_cola9998
@pirat_cola9998 Ай бұрын
If mob have 10 health to only shoot towers what can damage together 10 health in my opinion this is normal
@SCPXD55529
@SCPXD55529 Ай бұрын
Hi bro you can make a code addon?
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@SCPXD55529 Maybe I do
@MilosGames999
@MilosGames999 13 күн бұрын
For me its working but i have the problem and my exp dont shows and i dont get it in lobby in ShopServer heres the part of non working script: while wait() do if playerData.Level and playerData.Exp and playerData.RequiredExp then if playerData.Exp >= playerData.RequiredExp then playerData.Exp = playerData.Exp - playerData.RequiredExp playerData.Level += 1 if playerData.Level > 9 then playerData.Stars += 100 elseif playerData.Level > 10 then BadgeService:AwardBadge(playerData.UserId, BattlePassBadgeId) else playerData.Stars += 20 end playerData.RequiredExp = playerData.Level * 25 end else wait(playerData.Level and playerData.Exp and playerData.RequiredExp) if playerData.Exp >= playerData.RequiredExp then playerData.Exp = playerData.Exp - playerData.RequiredExp playerData.Level += 1 if playerData.Level > 9 then playerData.Stars += 100 elseif playerData.Level > 10 then BadgeService:AwardBadge(playerData.UserId, BattlePassBadgeId) else playerData.Stars += 20 end playerData.RequiredExp = playerData.Level * 25 end end end and this part of other script too :( local Rp = game:GetService("ReplicatedStorage") local lvl = script.Parent.Background.LevelLabel local exp = script.Parent.Background.ExpLabel local gD = Rp.GetData local pD = gD:InvokeServer(false) function updateLvL() exp.Text = "Exp: "..pD.Exp.." / "..pD.RequiredExp lvl.Text = "Level: "..pD.lvl end updateLvL() local function toggle() if script.Parent.Background.Visible then updateLvL() end end toggle()
@pirat_cola9998
@pirat_cola9998 13 күн бұрын
@@MilosGames999 Probably your exp don’t exist in his datastore write this: if not playerData.Exp then playerData.Exp = 0 and use this to other values from this addon
@MilosGames999
@MilosGames999 13 күн бұрын
@@pirat_cola9998 ok i will try
@arbuzdev
@arbuzdev Ай бұрын
pls make tutorial how to make vievpirt frames loadout
@TheOGSqeak
@TheOGSqeak Ай бұрын
theres already some other tutorials on that
@arbuzdev
@arbuzdev Ай бұрын
@TheOGSqeak they're outdated
@electricdino724
@electricdino724 Ай бұрын
this is pro
@Ender_YT1
@Ender_YT1 Ай бұрын
Make a trade system pls
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@Ender_YT1 Maybe I do but in the distant future
@Ender_YT1
@Ender_YT1 Ай бұрын
@pirat_cola9998 ok ty i wait for it
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@Ender_YT1 You can find this on other KZbinrs
@Ender_YT1
@Ender_YT1 Ай бұрын
@@pirat_cola9998 i try to find it but i only find other addons
@tomgerPlayesGaming
@tomgerPlayesGaming Ай бұрын
Bro forgot credit the lolshick
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@tomgerPlayesGaming you're right, thanks for writing, I pasted the description incorrectly
@SanochekGames
@SanochekGames Ай бұрын
Hi
@pirat_cola9998
@pirat_cola9998 Ай бұрын
Hi :)
@havy_master4018
@havy_master4018 Ай бұрын
attempt to compare nil
@Kriptonium_temki
@Kriptonium_temki Ай бұрын
I have this problem too
@havy_master4018
@havy_master4018 Ай бұрын
​@@Kriptonium_temkii fixed it
@Dibble7696
@Dibble7696 Ай бұрын
@havy_master4018 how did you fix it??
@FriendlySebastianOffical
@FriendlySebastianOffical Ай бұрын
It doesn’t work
@FriendlySebastianOffical
@FriendlySebastianOffical Ай бұрын
Players.MYUSER.PlayerGui.Level.Level:10: Attempt to concatenate string with nil
@pirat_cola9998
@pirat_cola9998 Ай бұрын
@@FriendlySebastianOffical Probably you don't set exp value in player data
@FriendlySebastianOffical
@FriendlySebastianOffical Ай бұрын
Yes I did
@arbuzdev
@arbuzdev Ай бұрын
Can you start giving code in the comment pls
@artfic125
@artfic125 Ай бұрын
no you lazy ahh
@artfic125
@artfic125 Ай бұрын
dont make a game if u dont have the patience
@arbuzdev
@arbuzdev Ай бұрын
@@artfic125 yeah i know im lazy
TDS April fools UDPATE is weird.. | ROBLOX
10:41
JOHN ROBLOX
Рет қаралды 1,9 МЛН
Roblox Code Review: Miner's Haven
16:59
foshes
Рет қаралды 100 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
How to make rejoin system | Gnomecode TD Addons #7
5:00
illusional
Рет қаралды 4,2 М.
Using Narrator Tips to Win in Roblox TDS
22:23
Pazzo
Рет қаралды 139 М.
Game Modes Tutorial - GnomeCode Tower Defense Addons #12
3:09
Shadow_Reaper
Рет қаралды 5 М.
I Hired A Noob and Pro Dev to Make Me the Same Game
9:29
DeHapy
Рет қаралды 78 М.
I Spent ALL MY ROBUX On.. BALLS TOWER DEFENSE??
10:36
Kwil
Рет қаралды 26 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН