Need help with this

So, I have been messing around on roblox studio and noticed while compiling a code like

game:GetService("Players").PlayerAdded:Connect(function(player)
	player.Character:FindFirstChild("Humanoid")
end)

it shows in the autocorrect as

game:GetService("Players").PlayerAdded:Connect(function(player)
	player.Character.FindFirstChild("Humanoid")
end)

in the line

player.Character:FindFirstChild("Humanoid")

the autocorrect shows like

player.Character.FindFirstChild("Humanoid")

but why? FindFirstChild() is a function it should use “colons” instead of “dot”

1 Like

I actually have no clue why, it should be colon as you said. Just try to ignore it and replace it every time (if it does occur every time you do so). This is really unusual since this isn’t happening to me but I know it’s happening to a few other people.

If it really does get on your nerves, try reinstalling Roblox studio.

3 Likes

Probably a Studio error. Just don’t mind it and use colons.

3 Likes

@Mydoomworm @AIIusi_onist @Z_lqify nooo all of u is wrong mate it’s the code of what he did is wrong

Would you like to explain then pointing out something is incorrect?

@AIIusi_onist yea mate I would definitely have a clear idea to point out of what his case is and that is I have no idea I was just messing with u mate :joy:

But it’s a difficult coding process problem

He did nothing wrong, that is probably a Studio error.

1 Like

@Z_lqify if that is the case that means he needs to contact Roblox and say “your Roblox Studio is wack”

1 Like

You don’t need to contact roblox for that lmao

1 Like