|
|
|
trogyssyJoin Date: 2010-10-29 Post Count: 2322 |
I Think This Is A Good Idea And Should Be Implemented So Lazy Kids Who Want Fame Can Steal Their Parents Credit Cards And Buy A Ton Of Robux To Pay Someone To Make A Game For Them.
But no, seriously, I support this.
===A silent guardian, a watchful protector, a doge knight=== |
|
|
^ Good point, but I think that people using the forum can also use their judgement on how lazy the person is being.
For example if someone just says - "Make me a minigame with 6 levels etc. etc.)
or if they say "Could someone please make me a VIP door script for 50 robux), you can see that the first example is someone asking for a whole game and being really lazy.
|
|
trogyssyJoin Date: 2010-10-29 Post Count: 2322 |
local vip=12345678--Replace with the ID of VIP shirt
script.Parent.CanCollide=false
script.Parent.Touched:connect(function(hit)
if hit.Parent:FindFirstChild("Head") then local plr=Game.Players:FindFirstChild(hit.Parent.Name)
if not game:GetService("MarketplaceService"):PlayerOwnsAsset(plr,vip) then
hit.Parent:BreakJoints()
end
end
end)
===A silent guardian, a watchful protector, a doge knight=== |
|
|
|
|
trogyssyJoin Date: 2010-10-29 Post Count: 2322 |
I gave you a script for your VIP door example XD
===A silent guardian, a watchful protector, a randomized knight=== |
|
|
Oh, Lol! XD It was just an example. I wasn't asking. I could easily script that myself! :-D |
|
|
|
|
|
|
|
|
|
|
I think that is a bit too much on bumps |
|
|
|