Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "KeyCard Finder";
- Text = "Looking For Dropped KeyCards...";
- Duration = 1;
- })
- local Remote = game.Workspace.Remote['ItemHandler']
- local Arguments = {
- [1] = Workspace.Prison_ITEMS.single:WaitForChild("Key card").ITEMPICKUP
- }
- game.StarterGui:SetCore("SendNotification", {
- Title = "KeyCard Finder";
- Text = "KeyCard Found!";
- Duration = 1;
- })
- Remote:InvokeServer(unpack(Arguments))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement