Top Teir bruh this gotta be the best addon creator to be honest
@TimonGunYTАй бұрын
👍 good addon for people who made his own tower defense
@F.SODA.F28 күн бұрын
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_cola999828 күн бұрын
@@F.SODA.F interesting idea, maybe I do
@diamondogaming54598 күн бұрын
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_cola99988 күн бұрын
@@diamondogaming5459 Add this under your code: If not playerData.Exp then playerData.Exp = 0
@diamondogaming54598 күн бұрын
@@pirat_cola9998 thanks man, you make fire addons :D
@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Ай бұрын
If mob have 10 health to only shoot towers what can damage together 10 health in my opinion this is normal
@SCPXD55529Ай бұрын
Hi bro you can make a code addon?
@pirat_cola9998Ай бұрын
@@SCPXD55529 Maybe I do
@MilosGames99913 күн бұрын
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_cola999813 күн бұрын
@@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
@MilosGames99913 күн бұрын
@@pirat_cola9998 ok i will try
@arbuzdevАй бұрын
pls make tutorial how to make vievpirt frames loadout
@TheOGSqeakАй бұрын
theres already some other tutorials on that
@arbuzdevАй бұрын
@TheOGSqeak they're outdated
@electricdino724Ай бұрын
this is pro
@Ender_YT1Ай бұрын
Make a trade system pls
@pirat_cola9998Ай бұрын
@@Ender_YT1 Maybe I do but in the distant future
@Ender_YT1Ай бұрын
@pirat_cola9998 ok ty i wait for it
@pirat_cola9998Ай бұрын
@@Ender_YT1 You can find this on other KZbinrs
@Ender_YT1Ай бұрын
@@pirat_cola9998 i try to find it but i only find other addons
@tomgerPlayesGamingАй бұрын
Bro forgot credit the lolshick
@pirat_cola9998Ай бұрын
@@tomgerPlayesGaming you're right, thanks for writing, I pasted the description incorrectly
@SanochekGamesАй бұрын
Hi
@pirat_cola9998Ай бұрын
Hi :)
@havy_master4018Ай бұрын
attempt to compare nil
@Kriptonium_temkiАй бұрын
I have this problem too
@havy_master4018Ай бұрын
@@Kriptonium_temkii fixed it
@Dibble7696Ай бұрын
@havy_master4018 how did you fix it??
@FriendlySebastianOfficalАй бұрын
It doesn’t work
@FriendlySebastianOfficalАй бұрын
Players.MYUSER.PlayerGui.Level.Level:10: Attempt to concatenate string with nil
@pirat_cola9998Ай бұрын
@@FriendlySebastianOffical Probably you don't set exp value in player data