generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: How do I make VIP!!!!

Previous Thread :: Next Thread 
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:20 PM
I made tshirt and i put asset in the script for DRIVEBLOX VIP CARS and it wont work

-I live for the Applause, Applause, Applause.
Report Abuse
CarlosMX is not online. CarlosMX
Joined: 30 Apr 2011
Total Posts: 791
23 Nov 2013 05:22 PM
Why didnt you just make a gamepass??
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:22 PM
It's same thing, HELP!

-I live for the Applause, Applause, Applause.
Report Abuse
notsopwnedg is not online. notsopwnedg
Joined: 07 Nov 2010
Total Posts: 4182
23 Nov 2013 05:23 PM
Learn to script.
Then make it yourself or fix the free model...
Report Abuse
CarlosMX is not online. CarlosMX
Joined: 30 Apr 2011
Total Posts: 791
23 Nov 2013 05:24 PM
Look, we cant help unless you post the script itself.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:27 PM
factory = script.Parent.Parent.Parent
local ting = 0
Upgradecost = script.Parent.Parent.Value.Value

local shirt = "http://www.roblox.com/Vehicle-VIP-item?id=136342385"

function onTouched(hit)
if ting == 0 then
ting = 1

local h = hit.Parent:FindFirstChild("Humanoid")
check = hit.Parent:FindFirstChild("Humanoid")

if check ~= nil then
local user = game.Players:GetPlayerFromCharacter(hit.Parent)
local stats = user:findFirstChild("leaderstats")
local space = user:findFirstChild("Vehicles")


if hit.Parent:FindFirstChild("Shirt Graphic") ~= nil then
if hit.Parent:FindFirstChild("Shirt Graphic").Graphic == shirt then

if stats ~= nil then
local cash = stats:findFirstChild("Money")


if cash.Value > (Upgradecost-1) then

if space.Value == 0 then
space.Value = 1
cash.Value = cash.Value - Upgradecost
script.Parent.Parent.Pad1.CanCollide = false
script.Parent.Parent.Pad2.CanCollide = false
machine = factory.Stuff.Model23.Value:Clone(1) --Edit This!!
machine.Parent = h
machine:MakeJoints()
msg = Instance.new("Message")
msg.Parent = user:findFirstChild("PlayerGui")
msg.Text = "VIP Vehicle Purchased! Please collect it from around the back."
script.Parent.BrickColor = BrickColor.new("Black")
script.Parent.Transparency = 0.95
wait(1.5)
script.Parent.Parent.Pad1.CanCollide = false
script.Parent.Parent.Pad2.CanCollide = false
script.Parent.Transparency = 0.9
wait(1.5)
script.Parent.Transparency = 0.85
wait(1.5)
script.Parent.Transparency = 0.8
wait(0.5)
msg:remove()
wait(1)
script.Parent.Transparency = 0.75
wait(1.5)
script.Parent.Transparency = 0.7
wait(1.5)
script.Parent.Transparency = 0.65
wait(1.5)
script.Parent.Transparency = 0.6
wait(1.5)
script.Parent.Transparency = 0.55
wait(1.5)
script.Parent.Transparency = 0.5
wait(1.5)
script.Parent.Transparency = 0.45
wait(1.5)
script.Parent.Transparency = 0.4
wait(1.5)
script.Parent.Transparency = 0.35
wait(1.5)
script.Parent.Transparency = 0.3
wait(1.5)
script.Parent.Transparency = 0.25
wait(1.5)
script.Parent.Transparency = 0.2
wait(1.5)
script.Parent.Transparency = 0.15
wait(1.5)
script.Parent.Transparency = 0.1
wait(1.5)
script.Parent.Transparency = 0.05
wait(1.5)
script.Parent.Transparency = 0
wait(1.5)
script.Parent.BrickColor = BrickColor.new("Royal purple")

else
msg = Instance.new("Message")
msg.Parent = user:findFirstChild("PlayerGui")
msg.Text = "You already own a vehicle."
wait(2)
msg:remove()
end

else
msg = Instance.new("Message")
msg.Parent = user:findFirstChild("PlayerGui")
msg.Text = "You do not have enough money."
wait(2)
msg:remove()
end

end

else
msg = Instance.new("Message")
msg.Parent = user:findFirstChild("PlayerGui")
msg.Text = "This vehicle requires VIP."
wait(2)
msg:remove()
end

else
msg = Instance.new("Message")
msg.Parent = user:findFirstChild("PlayerGui")
msg.Text = "This vehicle requires VIP."
wait(2)
msg:remove()
end
end


ting = 0
end
end

script.Parent.Touched:connect(onTouched)
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:28 PM
VIP Link:

http://www.roblox.com/Vehicle-VIP-item?id=136342385

-I live for the Applause, Applause, Applause.
Report Abuse
notsopwnedg is not online. notsopwnedg
Joined: 07 Nov 2010
Total Posts: 4182
23 Nov 2013 05:29 PM
That script hurts my eyes!
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:30 PM


-I live for the Applause, Applause, Applause.
'
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:31 PM


-I live for the Applause, Applause, Applause.
kl
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:32 PM
help

-I live for the Applause, Applause, Applause.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:33 PM

wqq
-I live for the Applause, Applause, Applause.
Report Abuse
notsopwnedg is not online. notsopwnedg
Joined: 07 Nov 2010
Total Posts: 4182
23 Nov 2013 05:34 PM
Stop bumping your thread for no reason. It is in the top 5 threads...

Don't bump it until it is AT LEAST 3/4 down the page.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:35 PM
ok but help me!

-I live for the Applause, Applause, Applause.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 05:37 PM
please

-I live for the Applause, Applause, Applause.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:00 PM


-I live for the Applause, Applause, Applause. cdcx
Report Abuse
Anakin816 is not online. Anakin816
Joined: 15 Feb 2010
Total Posts: 27
23 Nov 2013 06:01 PM
http://www.roblox.com/vip-instructions-item?id=132060498
use
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:01 PM


-I live for the Applause, Applause, Applause.
vf
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:02 PM


-I live for the Applause, Applause, Applause.
f
Report Abuse
Anakin816 is not online. Anakin816
Joined: 15 Feb 2010
Total Posts: 27
23 Nov 2013 06:03 PM
as i said, use it. it works
http://www.roblox.com/vip-instructions-item?id=132060498
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:04 PM
nah, nice troll btw

-I live for the Applause, Applause, Applause.
Report Abuse
TheEliteDonphan is not online. TheEliteDonphan
Joined: 16 Jun 2013
Total Posts: 2647
23 Nov 2013 06:04 PM
[ Content Deleted ]
Report Abuse
mrwar117 is not online. mrwar117
Joined: 16 Oct 2009
Total Posts: 224
23 Nov 2013 06:15 PM
just to shut you up:
change
local shirt = "http://www.roblox.com/Vehicle-VIP-item?id=136342385"
to
local shirt = "http://www.roblox.com/asset/id=136342385"
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:20 PM
below that it says

something about clone( ) --- Edit This!!

-I live for the Applause, Applause, Applause.
Report Abuse
EntrepreneurShips is not online. EntrepreneurShips
Joined: 26 Oct 2013
Total Posts: 20642
23 Nov 2013 06:23 PM
if space.Value == 0 then
space.Value = 1
cash.Value = cash.Value - Upgradecost
script.Parent.Parent.Pad1.CanCollide = false
script.Parent.Parent.Pad2.CanCollide = false
machine = factory.Stuff.Model23.Value:Clone(1) --Edit This!!
machine.Parent = h
machine:MakeJoints()

-I live for the Applause, Applause, Applause.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image