Advertisement
BumpyPlayz

DevDoor Script6

Apr 6th, 2020
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. game.ReplicatedStorage.DevDoorServerRemotes.Check.OnClientEvent:Connect(function()
  2.    
  3.     game.ReplicatedStorage.DevDoorServerRemotes.Check:FireServer()
  4.    
  5. end)
  6.  
  7.  
  8. game.ReplicatedStorage.DevDoorServerRemotes.ReturnCheck.OnClientEvent:Connect(function()
  9.    
  10.     game.ReplicatedStorage.DevDoorServerRemotes.ReturnCheck:FireServer()
  11.    
  12. end)
  13.  
  14.  
  15. game.ReplicatedStorage.DevDoorServerRemotes.Bought.OnClientEvent:Connect(function()
  16.    
  17.     game.Workspace.DevProductDoorServer.Door.Transparency = 1
  18.     game.Workspace.DevProductDoorServer.Door.CanCollide = false
  19.    
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement