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
Смотрите видео HOW TO MAKE A GROUP ONLY DOOR 🛠️ Roblox Studio Tutorial онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Itz_FloppyFish 22 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 11,275 раз и оно понравилось 397 людям.