Roblox | How To Make A Group Only Door HD

22.01.2017
Here I will show you how to make a Group Only Door, Enjoy! Script: local groupId = 0 -- Insert Group Id Here script.Parent.Touched:connect(function(hit) local hum = hit.Parent:findFirstChild("Humanoid") if hum then local player = game.Players:GetPlayerFromCharacter(hit.Parent) if player then if player:IsInGroup(groupId) then script.Parent.Transparency = 0.8 script.Parent.CanCollide = false wait(1) script.Parent.Transparency = 0 script.Parent.CanCollide = true end end end end) Intro by rodrigo455, want to do him a favor? Check his Roblox Group here: https://www.roblox.com/Groups/Group.aspx?gid=2935781 Music: Alan Walker - Fade [NCS Release] Music provided by: NoCopytightSounds: https://www.youtube.com/user/NoCopyrightSounds Link to the track: https://www.youtube.com/watch?v=bM7SZ5SBzyY Artist: Alan Walker -- Facebook https://www.facebook.com/DJWalkzz -- SoundCloud https://soundcloud.com/walkzz -- Twitter https://twitter.com/IAmAlanWalker -- YouTube https://www.youtube.com/user/DjWalkzz Subscribe to my channel: https://www.youtube.com/channel/UC1YcXhEJ6-UH5nTqn1ht0Rg

Похожие видео

Показать еще