[Release] Discord Whitelist - Whitelist/Blacklist Based on Roles [4.0]

yep. Don’t include the &

1 Like

should i keep the <> and the @

1 Like

Just the numbers, nothing else. So, 372134911584239616

awesome just got it working thanks for the feedback. :slight_smile:

How does the script register who is logging in and i still havent gotten it working.

where are you stuck?

I downloaded it again and it still says you must have discord open when connecting to the server. add me on discord because it will be easier to contact me and i can share my screen to show u what i am doing wrong.
Discord: Ghost#3120

everything is done properly (i think) but when i connect to the server it says you must have discord open to join the server even tho i always have discord open.

I’m having a problem, and I can’t figure out what is causing this error in my console. Does anyone know? I’ve tried looking into it and looking at the IsRoleRequest but nothing. Screenshot attached.

Have you installed IllusiveTea’s discorrd_perms resource?

I have. %23

When are you starting it in relation to discord_whitelist?

I’ve tried before and after starting discord_whitelist.

1 Like

:thinking: go inside discord_perms and take a screenshot.

Here. I’ve blocked half of the DiscordToken for obvious reasons.

You need the role ID

Yes everything is correctly done, just says discord is not found.

Send your discord_perms config file

Config = {
	DiscordToken = "hidden",
	GuildId = "437097941443018752",

	-- Format: ["Role Nickname"] = "Role ID" You can get role id by doing \@RoleName
	Roles = {
		["mem"] = "541168214755901440" -- This would be checked by doing exports.discord_perms:IsRolePresent(user, "TestRole")
	}
}

Could it be that its a local server?

Double check you have the right role ID:

If its right, then send your config for my resource

Also check if there’s any server console output, Illusive’s resource has lots of them…