Improper spacing on RunService.Heartbeat

Under RunService.Heartbeat there is a spacing issue with the code sample where 2 variable are created on the same line.

local RunService = game:GetService('RunService')local loopCount = 5

Its pretty simple and self-explanatory, but it shouldn’t be there. I wouldn’t call this a problem if there was a semicolon to demonstrate different things, but even then it would be inconsistent with much of the developer hub’s layout.

4 Likes

I’ve updated the code sample to be consistent with devhub code styles. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.