Idea - Can u make a zone like one in other games like pubg and free fire zone shrinks every 15mins and players outside it gets constant damage Plzzzzzz make it I need it I will give u credits plzzz
local Player = game.Players.LocalPlayer local Door = game.Workspace:WaitForChild("Door") -- Change Door to whatever your part is called which will open when the specific person joins into the game. local SpecificPerson = "Username" -- Change Username to whatever your specificpersons main username is. local function openDoor() Door.CanCollide = false Door.Transparency = 1 -- You can change how transparent you want the part to be here when the door is open for the specific person (1 being fully transparent). -- Door.SurfaceGui.TextLabel.Visible = false -- These are only here if you want gui on your door. end local function closeDoor() Door.CanCollide = true Door.Transparency = 0 -- You can change how transparent you want the part to be here when the door is closed for everyone else (1 being fully transparent). -- Door.SurfaceGui.TextLabel.Visible = true -- These are only here if you want gui on your door. end
how can this be done for multiple players, ik its a table but im stuck at detecting if the players username is equal to one of the usernames within the table saying im attempting to get a table value
Where it says “local specific person= “username” just add another instance of that Local specificperson2 = “username” And then at the bottom type If player.name==specificperson or Player.name==specificperson2 then Open door() And you can do that for as many people as you need
It for some reason isn't working for me, I have the exact same scrip in but with a different door name and username local Player = game.Players.LocalPlayer local Door = game.Workspace:WaitForChild("BobbitDoor") -- Change Door to whatever your part is called which will open when the specific person joins into the game. local SpecificPerson = "Bobbitwormsrock" -- Change Username to whatever your specificpersons main username is. local function openDoor() Door.CanCollide = false Door.Transparency = 1 -- You can change how transparent you want the part to be here when the door is open for the specific person (1 being fully transparent). -- Door.SurfaceGui.TextLabel.Visible = false -- These are only here if you want gui on your door. end local function closeDoor() Door.CanCollide = true Door.Transparency = 0 -- You can change how transparent you want the part to be here when the door is closed for everyone else (1 being fully transparent). -- Door.SurfaceGui.TextLabel.Visible = true -- These are only here if you want gui on your door. end
because you forgot to write something not included in the description, you should probably look carefully into the video before giving up in the comments
idea: body can be seen in first person. im working on a horror game and this will be super helpful for me and others :)
Great tutorial Floppy, keep up the great work and thanks for sharing your knowledge!!
Idea - Can u make a zone like one in other games like pubg and free fire zone shrinks every 15mins and players outside it gets constant damage
Plzzzzzz make it I need it I will give u credits plzzz
thats easy
You always come in clutch
Your gonna have 1 million subscribers someday:>
idea - can you make a wall that you can only go through if you have an item
TYSM this helped so much!
Yoooo this is an epic tutorial so useful!
It actually worked thank you!
Hi! Can you make a video howing how to make a UI level selection screen?
Can you make a racing game tutorial so it swaps maps after the game like arsenal maps
You can do voting maps I know how to do that
I use this in all my games 😊
Pls tell me how to make it so that two people can go into it
You prob need a whole other kind of script for a whitelist
What do I do if I want two people to be able to go in
@MYSTIC822 yes please
Can you till Me hos to so it a little more specific like hos to make a new variable and where to put the script
TYSMM . You who my first Good Developer
Tysm bro ur the best :)
local Player = game.Players.LocalPlayer
local Door = game.Workspace:WaitForChild("Door") -- Change Door to whatever your part is called which will open when the specific person joins into the game.
local SpecificPerson = "Username" -- Change Username to whatever your specificpersons main username is.
local function openDoor()
Door.CanCollide = false
Door.Transparency = 1 -- You can change how transparent you want the part to be here when the door is open for the specific person (1 being fully transparent).
-- Door.SurfaceGui.TextLabel.Visible = false -- These are only here if you want gui on your door.
end
local function closeDoor()
Door.CanCollide = true
Door.Transparency = 0 -- You can change how transparent you want the part to be here when the door is closed for everyone else (1 being fully transparent).
-- Door.SurfaceGui.TextLabel.Visible = true -- These are only here if you want gui on your door.
end
Is there a way to make the door accessible to more than two people?
can u make a vid where if u get a certain amount of cash, you get a badge?
Hello, I'm kinda new at scripting what if I wanna make a specific for each roles doors? What should I add in the script for this to work?
can you make it if you touch it becomes yours? if its not claimed ofc
If it’s possible can you make a video like this one but it only opens for a certain rank in a group
does it work on unions? and how can I make it multiple names.
This did not work
check the code, he didn't include the if statement in the description
how to do it for everyone except nextbots?
can we do this with multiple people?
When i do it and try to go thru it. it falls over? what do i do?
Anchor it
It no workkyyy ::((( its fine youre still very epic 🎉 i use your tutorials all the time
how can this be done for multiple players, ik its a table but im stuck at detecting if the players username is equal to one of the usernames within the table
saying im attempting to get a table value
i know this cant help but if u have found out can u pls tell me
can you make multiple people be able to walk through
One question, if i want more people in specific, i need to add more scripts or the one is enough?
im tryna figure that out but actually ill just add more scripts lol
Can you do one that you need an amount of coins to proceed
how to make the door destroy?
How do you duplicate the accounts?
For some reason it doesnt work for me. It is either I am not doing it right or the script doesnt work.
if you just copy pasted it from the description, then look at the video and check what you missed
this is EPIC
How do I make it mulitple people.
"username", "username2"
It shows blue under neath it.@@173sawYT
@@PoliceMalachi7 try "username, username2" if this does not work then remove that space between , and username2
Where it says “local specific person= “username” just add another instance of that
Local specificperson2 = “username”
And then at the bottom type
If player.name==specificperson or
Player.name==specificperson2 then
Open door()
And you can do that for as many people as you need
It for some reason isn't working for me, I have the exact same scrip in but with a different door name and username
local Player = game.Players.LocalPlayer
local Door = game.Workspace:WaitForChild("BobbitDoor") -- Change Door to whatever your part is called which will open when the specific person joins into the game.
local SpecificPerson = "Bobbitwormsrock" -- Change Username to whatever your specificpersons main username is.
local function openDoor()
Door.CanCollide = false
Door.Transparency = 1 -- You can change how transparent you want the part to be here when the door is open for the specific person (1 being fully transparent).
-- Door.SurfaceGui.TextLabel.Visible = false -- These are only here if you want gui on your door.
end
local function closeDoor()
Door.CanCollide = true
Door.Transparency = 0 -- You can change how transparent you want the part to be here when the door is closed for everyone else (1 being fully transparent).
-- Door.SurfaceGui.TextLabel.Visible = true -- These are only here if you want gui on your door.
end
because you forgot to write something not included in the description, you should probably look carefully into the video before giving up in the comments
@@bobi9928 I remember reading it pretty carefully, carefulness doesn't guarantee 100% accuracy. And I already fixed the problem months ago
what about doors with buttoms?
How to do I make a 2 team door?
Thankyou
It doesnt work anymore
How i make vip only join this place
Thank you soooo much. I love you sooooo much
ayo
i am sure 100% that i made no mistakes and it does not work
its not working neither is the loadng screen, are you lying Its_FloppyFish
it does not work
For some reason it doesn’t work. I did everything you said in the video perfectly.
It's patched ig
@@fogdoggy45vlogs Nah It worked for me
it didnt work :(
this doesn't work
uhm... didnt work :/
hi can u advertise my game?
Doesnt work
this is never going to work bruv.
It did tho💀
for me
@@HypnoticRecall you probably copy pasted it from the description, and didnt realise there is a part he forgot to write in
Hi
Put the script😂
It works 🎉🎉🎉🎉🎉🎉
8:35
it did not work