In roblox studio, I get warnings named “SliceCenter” in both the output and some coreguide warnings. Every time I “Play” in the studio, I get warns like this in my output:
SliceCenter is probably being caused by a plugin. The other error happened to me as well some times, but only once or twice. When does the CoreGui error occur? Could you give some more details?
That might be a bug. SliceCenter is a property of a ImageLabel. the roblox core guis uses 9Slice to do a lot of stuff. SliceCenter is the main property of the roblox feature 9Slice.
not sure but it seems it has something to do with your screen resolution.the slice center roblox (i think) calculates based on your screen size is bigger than the actual gui itself. try messing with the studio viewport window sizes before filing it as a bug report if you can. If that doesnt work report it as a bug
Oh, Thanks for solution. My monitor is 2560x1440, I adjusted the resolution of my monitor from studio screen resolution in order to adjust the dimensions of the GUIs in the studio to a correct scale according to my own screen, and these errors disappeared when I turned it off.
Just did some testing, and it seems it can be easily produced if you use the device emulator on a resolution that is close to 1:1. I did it on 1024x1024 and i easily got the issue.