HOW TO MAKE A GROUP ONLY DOOR 🛠️ Roblox Studio Tutorial

Published: 22 January 2023
on channel: Itz_FloppyFish
11,275
397

In todays video I show you how to make a Group Only Door
Hope you enjoyed the video, Have a lovely rest of your day!
If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!

Script:

script.Parent.Touched:Connect(function(hit)
if hit and hit.Parent:FindFirstChild("Humanoid")then

local player = game.Players:GetPlayerFromCharacter(hit.Parent)
local groupID = 1234567890 -- Change this ID to your Group ID

if player:IsInGroup(groupID)then
script.Parent.SurfaceGui.Enabled = false -- You can change "false" to "true" if you want the text to be shown on the part when hit
script.Parent.Transparency = 1 -- You are able to chance the Transparency of the part here
script.Parent.CanCollide = false
end
end
end)



🌟 Floppys Discord Server:   / discord  
🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003...

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials


Watch video HOW TO MAKE A GROUP ONLY DOOR 🛠️ Roblox Studio Tutorial online without registration, duration hours minute second in high quality. This video was added by user Itz_FloppyFish 22 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,275 once and liked it 397 people.