Bagel4536
|
  |
| Joined: 11 Sep 2014 |
| Total Posts: 40 |
|
|
| 01 Dec 2015 06:35 PM |
I'm trying to learn ServerEvents, but my script does absolutely nothing xD
local PrintEvent = game:service'ReplicatedStorage':WaitForChild'PrintEvent' local Player = game.Players.LocalPlayer
local function Print(Message) print(Message) end
PrintEvent:FireServer(Player.Name)
PrintEvent.OnClientEvent:connect(Print)
I'm trying to make it so when it Fires, it will print Player.Name, but this is my first script using events. |
|
|
| Report Abuse |
|
Bagel4536
|
  |
| Joined: 11 Sep 2014 |
| Total Posts: 40 |
|
| |