Roblox-ts can't find players

I’m new to roblox-ts and I read a post about It and tried to Implement players
from what they’ve shown In the post but I get error. Is this outdated?

1 Like

Correct if i’m wrong but shouldn’t Player be Players?
and if you wanna get playersi think you use this

import { Players } from '@rbxts/services';
for (const v of Players.GetPlayers()) {
    print(v.Name)
}
1 Like

It says It cannot find the module

1 Like

just edited my reply might wanna check it out

1 Like

Oh services module doesnt come prepacked when you do the installation. I have to get the module on github

1 Like

Problem Is tho I dont know how to installz It ):

nvm I got It thanks for trying to help mate

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