Something i noticed is that the search function works normally when I’m logged into my own account, but if viewing from my friend’s account (who does not have premium) or in a non-logged in browser, it doesn’t appear. I tested it on multiple devices and it works the same way too…
Also yes I noticed that about the popular page, but Tower Battles doesn’t appear in the first couple of hundred games? To the point where it reaches below 100 concurrent players (again not from my account)
If you log out of your account, and try again, I don’t think it’ll appear the same, it’s really weird.
I decided to search the game in incognito mode, but had the same issue as you. The game wouldn’t appear.
I tried searching for your game logged into mobile and tablet, it did appear normally. Though logged out, it wouldn’t appear.
I’m assuming that perhaps there may be an issue with certain devices crashing/disconnecting due to lack of VRAM or a bad connection and performance filtering removes your game due to certain devices crashing often. So the game will only appear when Roblox can confirm the player can meet the graphical demands or something.
Though I’m not entirely sure what performance filtering even means as the dev wiki link is dead and brings you to the home page.
I also got the same placement on the website using the same queries when logged in. However like others were saying, It didn’t show up at all when I wasn’t logged in. Im really confused why this is the case.
I love tower battles so it’s sad it’s not showing up for some people
Tower battles update mobile issues:
Also Planet3arth I love the update but there are some problems with the new mobile interface that I could show you
I’m not on mobile, I’m on pc.
All I know is that a new player (my friend signed up for a roblox account just to play my game) can NOT see my game at all unless they manually go to my profile page and click on the game from my creations tab. I tested it multiple times and it works the same, but yes again it DOES work normally when logged into my own account, or apparently from other premium accounts…??? Just very very strange…
No, I meant the other guy, he said it showed up, but I think he’s on mobile. It’s a bug, I hope admins and engineers might resolve it when the head back to work.
Hopefully they return to work tomorrow, because this is almost considered a roblox-critical, honestly. It could severely effect playercounts, the update should have finally fixed my game, and brought it to the front of the specified query, but instead it outright removed it. I cannot get a single organic visit.
I cleared all my (Roblox) cookies, logged out of DevForum and Roblox, then created a fresh account, searched up Tower Battles, and the first result was your game.
Edit: I believe the problem is the description of the game. Some parts of the description are filtered for the original Tower Battles, while the knock-offs/spin-offs don’t. Roblox is probably playing it safe and choosing not to prioritize games with filtered descriptions.
The description is only filtered when you pass it through GetNonChatStringForBroadcastAsync, and the player sending is an <13 player. It also tags if you attempt to chat part of the description as an <13 player, however, I initially tested it with GetNonChatStringForBroadcastAsync.
wait(5) -- Yes it'd be better to actually detect when a player joins, but this was a quick and messy script.
local TS = game:GetService("TextService")
local TM = [[Need aesthetic clothes? We got you! We have lots of different aesthetic styles!
Join our group c h a i n $ for more clothes!
_________________________________________________________
GFX by: iiRosie1
Clothes by: Iostrxses, SimplyLeilani, Diorviolet
Building by: AbePlayzYT
_________________________________________________________
C h a i n $ Aesthetic Homestore ]]
local Filter = TS:FilterStringAsync(TM, InsertInGameUnder13UserID)
local Result = Filter:GetNonChatStringForBroadcastAsync()
print(Result)
Actually, I am not 100% sure that’s the logic roblox uses for the description, our holding account is set at 1 years old yet it’s not tagged… I am search through the site scripts.