Does anyone know why this is in the roblox game, its not there in studio. And how would i remove this?
1 Like
There are a lot of causes for this, but you probably just forgot to republish your game in studio before trying it
Thats not the case since i always update/publish the game before testing it.
This seems like Handles and ArcHandles
Type /console in chat go into server and run this command
for i,v in game:GetDescendants() do if v:IsA("PartAdornment") then print(v) end end
That seems odd. Do you have anything laying around not being used at run time.
like; Handles, ArcHandles or Draggers, Workspace or StarterPack.
becouse its a core UI.
I told you to run it ingame, not inside studio
Oh sorry, let me try that real quick
Alright, this didnt work but the things aren’t there anymore so i guess it was just roblox doing stupid things