I’m getting this error only on mobile, not on PC. Is this because it’s a feature that hasn’t shipped yet on iOS?
iOS updates roll out much, much later than the weekly PC updates because apple has a crazy long testing phase. As a result, the iOS client is consistently lacking the latest brand-new features so you should be using pcall to verify that members exist and then running specific versions of your code. Either that or just wait for it to come out on iOS.
[code]local btrsExists = false
pcall(function() btrsExists = game:GetService’RunService’.BindToRenderStep~=nil end) – will error if it doesn’t exist, which is why pcall is used
if btrsExists then
– BTRS code
else
– Old code
end[/code]
I wish Apple could establish some trust with Roblox so they can implement an automatic update system to Roblox Mobile without getting banned from the App Store.
ANDROID MASTER RACE
Yeah I realized there must have been a change in review for iOS after posting. Oh well
Quick question:
How are you even viewing the developer console on mobile?
I cant even find it.
Think you can view it through the menu
You can type “Console” into the chat.