Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you make a V.I.P. door with a gamepass? [closed]

Asked by 4 years ago

I need to know the script for a VIP door for my game.

0
Take a look at 1 of the millions of free models. It is a very simple script. ForeverBrown 356 — 4y
0
Don't encourage free models. WideSteal321 773 — 4y
0
free models are not the best if you want to be a proper developer kodakpro87 7 — 4y
View all comments (2 more)
0
The Roblox DevHub I believe has some sort of VIP script tutorial I used a few months back. You could try looking on the DevHub if you want to. sean_thecoolman 189 — 4y
0
Good free models and open source code is a good way to learn. ForeverBrown 356 — 4y

Closed as Not Constructive by ForeverBrown, programmerHere, WideSteal321, and hiimgoodpack

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 4 years ago

No one's going to give it to you, I will tell you how to do it though... First, make the gamepass and make a variable for it in the script then you will check if the player has the variable and if they do then make the character cancollide false so they can walk through it and then do a wait and then do cancollide true, next you would do an else meaning if they don't have it the door will not open, this is simplified there are variables that you can change though, you're welcome.

0
im terrible at script i wouldnt know how to sorry kodakpro87 7 — 4y
0
Watch Youtube tutorials or read it, "www.lua.org" jordysboy 53 — 4y
0
ok thanks kodakpro87 7 — 4y
0
For any future readers, characters' parts cannot have their collision property set. You instead need to use CollisionGroups. hiimgoodpack 2009 — 4y
Ad