EspithelJoin Date: 2009-10-09 Post Count: 20917 |
just a quick scripting idea i've made. can'tr script, so blame john if it's not scripty.
basicly, you place a ROBLOX link into the brackets, and when you set what happens (OnTouch, OnClick, etc.) it will open that link in a new browser.
probably bad example:
LinkTo:(http://www.roblox.com/Forum/ShowPost.aspx?PostID=47353090)OnTouch
end
tada. |
|
|
That script just fails.
while wait() do
game.Players.frozengaia:LinkTo("http://www.roblox.com/Forum/ShowPost.aspx?PostID=47353090")
end
Instant spam. |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
i knew it would fail.
oh well. what do you think of the idea? |
|
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
it was made on the spot so i'm not all that supprised. |
|
OBFJoin Date: 2009-09-29 Post Count: 10709 |
What exactly is it supposed to do? |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
0_0.
double allmost impossible.
it's supposed to help players in certain ways i can't really explain properly in a single sentance without using examples.
example:
you make a person. he says: 'if you want VIP, click my head!'
you script the head so when it's clicked, it opens a broswer to the VIP t-shirt.
or...
you have a BC version of your place.
same idea as above, but it opens a browser to that BC place. |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
bump.
wow. can't belive that not only has OBF made a post, i have more posts than him. total 0_0. |
|
|
Another good idea - if you limit it to opening one link per player per minute? |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
okay volcano.
error: i am posting too fast. |
|
|
Plus ClickDetectors cant tell who clicked them.
Well, with 1 link/min I support. |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
my thank cmtr wonknut. |
|
|
it would be impossible fo rthe mods to stop offsite links |
|
|
Guys this is just to advertise his other post >_< |
|
|
The code on the script is prouble wroung...
Re read the editing page.
~Operation
MoonLight~ ** X-Ray ** |
|
|
@Crashinator960: Oh, its very possible.
link = "www.faketestlinkforroblox.com"
if string.sub(link,1, 21) ~= "http://www.roblox.com" then
... |
|
|
Oh gosh.
while true do
game.Players.Willingroblox123:LinkTo("http://www.roblox.com/Forum/ShowPost.aspx?PostID=47353090")
end
If they add what volcano said, then support. |
|
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
crash: actually, that was in my clipboard. i would have got something else if i didn't remember.
desert: probobly? DEFINATELY more like. |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
fourm paradox.
when i said crash i ment exog.
willing: i am a terrible scripter. i can't script. i just used what i knew. not a lot.
commander: my thank you mtr commander. |
|
|
@Everyone saying "no,people will keep making offsite links"
Maybe you should put it in a "Links" caterogy near hats and those things to use it first,and it has to be checked like decals. |
|
Hi891Join Date: 2009-05-26 Post Count: 23237 |
[ Content Deleted ] |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
my thank you mr. hi. |
|
coploxJoin Date: 2008-06-07 Post Count: 3252 |
I have a better idea.
If you want to ask them to buy an item... Then there will be something around the lines of;
Player:PurchaseContent(int contentId)
Then a prompt with only the basic information for that item will appear... Like a picture, price, and some buttons to buy it/delete it/favorite it.
After they do something, or close the window, the function will return an Enum.
Enum.PurchaseType.Purchased
Enum.PurchaseType.Delete
Enum.PurchaseType.Favorited
Enum.PurchaseType.Nothing |
|
EspithelJoin Date: 2009-10-09 Post Count: 20917 |
imposible coplox.
it can be ANYTHING roblox on.
a game. a decal.
a group. a fourm page.
the homepage.
etc. |
|