How to Make A Ban System in Roblox Studio

preview_player
Показать описание
How to Make A Ban System in Roblox Studio

Hey guys, in today's video I'm going to be teaching you guys how to make a ban list / ban system in roblox studio. It's a lot easier than you think and this tutorial will teach you exactly how. I hope you guys enjoy. Be sure to leave a like if this helped you out and subscibe for more awesome scripting tutorials!

--Join my Discord Server to learn and meet other developers!--

--Become A Member and Unlock EXCLUSIVE Perks!

Link to Beginner's Tutorial Series:

--What is this series about and who is it for?

So this series is meant for people who really want to learn exactly how to script, if that is you then I promise by the time you watch this whole series you will know exactly how to script on roblox. Anyways be sure to subscribe to see whenever I release a new tutorial and I will see you guys in the next one. Peace!
Рекомендации по теме
Комментарии
Автор

“People you don’t like” very relatable

thegrandeffect
Автор

Here BanHit local DataStoreservice =
local banDataStore =

local banpart = script.parent


if then
local char = hit.Parent
local player =
local playerUserId = player.UserId

local suscess, errorrMessage = pcall(function()
banDataStore:setAsync(playerUserId, true)
end)
end
if success then
print ("Player is now sucessfully banned for enternity")
end)

player:kick("You are banned!")
end)
end)

skywatss
Автор

Do a tutorial on making a loading screen like Murder Mystery 2, that tells you how many assets are left to be loaded. All the other loading screen tutorials I've seen, all they do is add a delay of like 5 seconds. That's not actually loading. After the 5 seconds, the game may not be loaded still.

itsnotloveitslust
Автор

Thanks for this! It works amazing and i added it into a custom admin ui

Claymx
Автор

Great video my guy now I know how to use data storages in ban

Necrozatus
Автор

If you just want a player banned from your game and it just kick them automatically because its in your ban list do the following:

Insert a script into ServerScriptService

And paste in the following:

local player1 = "Player Name"


if plr.Name == player1 then
player:Kick("Ban Reason")

(Now enter some Ends)

Marshall_Spectic
Автор

when someone gets banned does the ID save to the script? I didn't think so either can anyone give me the script for that? Thanks.

remarkble
Автор

did you have apps so many and Discord for the video?

cattywasnthere
Автор

Can you make it so you have to type "/ban ["Player Username"]"?

tjtherabbit
Автор

Thank youu i really needed this for my game heheh

TadeshiAnimeedits
Автор

You can insert a banned bool value and just check if it is true.

itsnotloveitslust
Автор

Hey ur probably to gonna respond but can you make one which they’re is a 50-50 chance that they do not get banned once you click a text button 😊

RadicalSwag
Автор

How do you make another ban system when a player abuses and trolls or something then they got automatically banned without stepping something?

mlilyofthevalley
Автор

This is a good tutorial! Can you follow it up with an appeal game tutorial? That would be cool!

mukinker
Автор

How to do it with a script instead of a block?

Mdmdnnskaojcnnrjwiaopx
Автор

game. players .playeradded : connect (function (player)
local playerUserid =player . userid
if manualBan [playerUserid] then
player :|
end
end)

humbertaso
Автор

in short have a data store that stores player id's and if they are banned then it checks if a new player has the id then kicks them if true

FVE
Автор

What is the plugin link? (the DataStore Editer one).

Deliate
Автор

No need to do all that my method:
Paste a Script in ServerScriptService

script:

if plr.Name == 'AlphaScriptin' then
plr:Kick('You have been Banned')
end
end)

if you want multiple people just add or like this


if plr.Name == 'AlphaScriptin' or plr.Name == '0UseCode_Tap' then
-- you can keep adding or and get as many people u want banned
plr:Kick('You have been Banned')
end
end)

lowkeybunneh
Автор

Can someone pls teach me like, if you die in a game, you're banned forever

showdry
welcome to shbcf.ru