b2856
|
  |
| Joined: 22 Sep 2007 |
| Total Posts: 1418 |
|
|
| 17 Aug 2011 08:12 PM |
Has anyone seen this script where you walk over a brick and it will say Would you like to enter this shop? Anyone? And then when you click yes you go inside the shop! Does anyone have that script? Please reply
Thanks |
|
|
| Report Abuse |
|
|
| |
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 17 Aug 2011 08:23 PM |
No requests
deb=false script.Parent.Touched:connect(function(hit) if deb==false then deb=true if hit.Parent:FindFirstChild("Humanoid")~=nil then Name=hit.Parent.Name _GoToShop=game.Lighting.GUINAME:clone() --edit _GoToShop.Parent=game.Players:FindFirstChild(Name).PlayerGui else end end wait(1) deb=false end)
Make sure GUINAME is a Frame with 2 textbuttons in it,
Put this in the "Yes, I would like to go inside the shop"
Player=script.Parent.Parent.Parent.Parent.Parent --Might need to adjust script.Parent.MouseButton1Down:connect(function(click) Player.Character.Torso.CFrame=CFrame.new(x,y,z) --Make that the position of your shop script.Parent.Parent:remove() --That'll remove the whole gui end)
Put this in the "No, I would not like to go inside the shop"
script.Parent.MouseButton1Down:connect(function(click) script.Parent.Parent:remove() end)
~ Lord Voldemort ~ |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 17 Aug 2011 08:28 PM |
Took me 5 minutes to write that :o
~ Lord Voldemort ~ |
|
|
| Report Abuse |
|
|
b2856
|
  |
| Joined: 22 Sep 2007 |
| Total Posts: 1418 |
|
| |
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 17 Aug 2011 09:20 PM |
http://www.roblox.com/b2856-item?id=59646416
~ Lord Voldemort ~ |
|
|
| Report Abuse |
|
|